Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddisplay.c185 ~(GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | in emulate_monitor_status_change()
186 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | in emulate_monitor_status_change()
187 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C)); in emulate_monitor_status_change()
292 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
322 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B); in emulate_monitor_status_change()
352 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C); in emulate_monitor_status_change()
490 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in emulate_monitor_status_change()
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()
701 GEN8_DE_PORT_HOTPLUG(HPD_PORT_A); in intel_vgpu_emulate_hotplug()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c29 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
84 [HPD_PORT_A] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_A),
85 [HPD_PORT_B] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_B),
86 [HPD_PORT_C] = GEN8_DE_PORT_HOTPLUG(HPD_PORT_C),
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h4423 #define GEN8_DE_PORT_HOTPLUG(hpd_pin) REG_BIT(3 + _HPD_PIN_DDI(hpd_pin)) macro
4424 #define BXT_DE_PORT_HOTPLUG_MASK (GEN8_DE_PORT_HOTPLUG(HPD_PORT_A) | \
4425 GEN8_DE_PORT_HOTPLUG(HPD_PORT_B) | \
4426 GEN8_DE_PORT_HOTPLUG(HPD_PORT_C))
4427 #define BDW_DE_PORT_HOTPLUG_MASK GEN8_DE_PORT_HOTPLUG(HPD_PORT_A)