Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Ddisplay.c742 PORTC_HOTPLUG_LONG_DETECT; in intel_vgpu_emulate_hotplug()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_irq.c1137 return val & PORTC_HOTPLUG_LONG_DETECT; in bxt_port_hotplug_long_detect()
1189 return val & PORTC_HOTPLUG_LONG_DETECT; in spt_port_hotplug_long_detect()
1213 return val & PORTC_HOTPLUG_LONG_DETECT; in pch_port_hotplug_long_detect()
Di915_reg.h6008 #define PORTC_HOTPLUG_LONG_DETECT (2 << 8) macro