Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c57 [HPD_PORT_A] = GEN8_PORT_DP_A_HOTPLUG,
2591 tmp_mask = iir & GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_handler()
3335 hotplug_irqs = GEN8_PORT_DP_A_HOTPLUG; in ilk_hpd_irq_setup()
3617 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
H A Dintel_dp.c4597 return I915_READ(GEN8_DE_PORT_ISR) & GEN8_PORT_DP_A_HOTPLUG; in bdw_digital_port_connected()
H A Di915_reg.h6891 #define GEN8_PORT_DP_A_HOTPLUG (1 << 3) macro