Home
last modified time | relevance | path

Searched refs:PORTB_HOTPLUG_ENABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Ddisplay.c223 ~(PORTB_HOTPLUG_ENABLE | PORTB_HOTPLUG_STATUS_MASK); in emulate_monitor_status_change()
316 PORTB_HOTPLUG_ENABLE; in emulate_monitor_status_change()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c3261 return PORTB_HOTPLUG_ENABLE | in ibx_hotplug_enables()
3285 PORTB_HOTPLUG_ENABLE | in ibx_hpd_detection_setup()
3469 return PORTB_HOTPLUG_ENABLE; in spt_hotplug_enables()
3505 PORTB_HOTPLUG_ENABLE | in spt_hpd_detection_setup()
3589 hotplug = PORTB_HOTPLUG_ENABLE; in bxt_hotplug_enables()
3609 PORTB_HOTPLUG_ENABLE | in bxt_hpd_detection_setup()
Di915_reg.h8594 #define PORTB_HOTPLUG_ENABLE (1 << 4) macro