Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Ddisplay.c226 ~(PORTC_HOTPLUG_ENABLE | PORTC_HOTPLUG_STATUS_MASK); in emulate_monitor_status_change()
347 PORTC_HOTPLUG_ENABLE; in emulate_monitor_status_change()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_irq.c3281 return PORTC_HOTPLUG_ENABLE | in ibx_hotplug_enables()
3303 PORTC_HOTPLUG_ENABLE | in ibx_hpd_detection_setup()
3488 return PORTC_HOTPLUG_ENABLE; in spt_hotplug_enables()
3523 PORTC_HOTPLUG_ENABLE | in spt_hpd_detection_setup()
3611 hotplug = PORTC_HOTPLUG_ENABLE; in bxt_hotplug_enables()
3627 PORTC_HOTPLUG_ENABLE | in bxt_hpd_detection_setup()
Di915_reg.h6108 #define PORTC_HOTPLUG_ENABLE (1 << 12) macro