Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/gpu/drm/i915/
Di915_irq.c3278 return PORTB_HOTPLUG_ENABLE | in ibx_hotplug_enables()
3302 PORTB_HOTPLUG_ENABLE | in ibx_hpd_detection_setup()
3486 return PORTB_HOTPLUG_ENABLE; in spt_hotplug_enables()
3522 PORTB_HOTPLUG_ENABLE | in spt_hpd_detection_setup()
3606 hotplug = PORTB_HOTPLUG_ENABLE; in bxt_hotplug_enables()
3626 PORTB_HOTPLUG_ENABLE | in bxt_hpd_detection_setup()
Di915_reg.h6009 #define PORTB_HOTPLUG_ENABLE (1 << 4) macro