Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_irq.c79 [HPD_PORT_A] = GEN8_PORT_DP_A_HOTPLUG,
2302 tmp_mask = iir & GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_handler()
3150 hotplug_irqs = GEN8_PORT_DP_A_HOTPLUG; in ilk_hpd_irq_setup()
3372 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
Di915_reg.h7529 #define GEN8_PORT_DP_A_HOTPLUG (1 << 3) macro