Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_irq.c57 [HPD_PORT_A] = GEN8_PORT_DP_A_HOTPLUG,
2265 hotplug_trigger = tmp & GEN8_PORT_DP_A_HOTPLUG; in gen8_irq_handler()
3316 hotplug_irqs = GEN8_PORT_DP_A_HOTPLUG; in ilk_hpd_irq_setup()
3655 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
Di915_reg.h5848 #define GEN8_PORT_DP_A_HOTPLUG (1 << 3) macro