Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Ddisplay.c181 ~(GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | in emulate_monitor_status_change()
182 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | in emulate_monitor_status_change()
183 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C)); in emulate_monitor_status_change()
288 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
318 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B); in emulate_monitor_status_change()
348 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C); in emulate_monitor_status_change()
486 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
691 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
694 ~GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
697 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c94 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
149 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
150 [HPD_PORT_B] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_B),
151 [HPD_PORT_C] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_C),
Di915_reg.h7985 #define GEN8_DE_PORT_HOTPLUG(hpd_pin) REG_BIT(3 + _HPD_PIN_DDI(hpd_pin)) macro
7986 #define BXT_DE_PORT_HOTPLUG_MASK (GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | \
7987 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | \
7988 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C))
7989 #define BDW_DE_PORT_HOTPLUG_MASK GEN8_DE_PORT_HOTPLUG(HPD_PORT_A)