Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Ddisplay.c182 ~(GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | in emulate_monitor_status_change()
183 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | in emulate_monitor_status_change()
184 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C)); in emulate_monitor_status_change()
289 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
319 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B); in emulate_monitor_status_change()
349 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C); in emulate_monitor_status_change()
487 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
692 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
695 ~GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
698 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c97 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
152 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
153 [HPD_PORT_B] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_B),
154 [HPD_PORT_C] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_C),
Di915_reg.h5565 #define GEN8_DE_PORT_HOTPLUG(hpd_pin) REG_BIT(3 + _HPD_PIN_DDI(hpd_pin)) macro
5566 #define BXT_DE_PORT_HOTPLUG_MASK (GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | \
5567 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | \
5568 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C))
5569 #define BDW_DE_PORT_HOTPLUG_MASK GEN8_DE_PORT_HOTPLUG(HPD_PORT_A)