Home
last modified time | relevance | path

Searched refs:GEN8_PORT_DP_A_HOTPLUG (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Ddisplay.c284 GEN8_PORT_DP_A_HOTPLUG; in emulate_monitor_status_change()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c57 [HPD_PORT_A] = GEN8_PORT_DP_A_HOTPLUG,
2805 tmp_mask = iir & GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_handler()
3891 hotplug_irqs = GEN8_PORT_DP_A_HOTPLUG; in ilk_hpd_irq_setup()
4188 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
Dintel_dp.c4549 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG; in bdw_digital_port_connected()
Di915_reg.h7160 #define GEN8_PORT_DP_A_HOTPLUG (1 << 3) macro