Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Ddisplay.c286 GEN8_PORT_DP_A_HOTPLUG; in emulate_monitor_status_change()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_irq.c74 [HPD_PORT_A] = GEN8_PORT_DP_A_HOTPLUG,
2720 tmp_mask = iir & GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_handler()
3572 hotplug_irqs = GEN8_PORT_DP_A_HOTPLUG; in ilk_hpd_irq_setup()
3795 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
Di915_reg.h7370 #define GEN8_PORT_DP_A_HOTPLUG (1 << 3) macro
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp.c5197 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG; in bdw_digital_port_connected()