Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Ddisplay.c224 ~(PORTB_HOTPLUG_ENABLE | PORTB_HOTPLUG_STATUS_MASK); in emulate_monitor_status_change()
317 PORTB_HOTPLUG_ENABLE; in emulate_monitor_status_change()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_irq.c3281 return PORTB_HOTPLUG_ENABLE | in ibx_hotplug_enables()
3305 PORTB_HOTPLUG_ENABLE | in ibx_hpd_detection_setup()
3489 return PORTB_HOTPLUG_ENABLE; in spt_hotplug_enables()
3525 PORTB_HOTPLUG_ENABLE | in spt_hpd_detection_setup()
3609 hotplug = PORTB_HOTPLUG_ENABLE; in bxt_hotplug_enables()
3629 PORTB_HOTPLUG_ENABLE | in bxt_hpd_detection_setup()
Di915_reg.h6009 #define PORTB_HOTPLUG_ENABLE (1 << 4) macro