Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_irq.c3765 u32 de_port_enables; in gen8_de_irq_postinstall() local
3791 de_port_enables = de_port_masked; in gen8_de_irq_postinstall()
3793 de_port_enables |= BXT_DE_PORT_HOTPLUG_MASK; in gen8_de_irq_postinstall()
3795 de_port_enables |= GEN8_PORT_DP_A_HOTPLUG; in gen8_de_irq_postinstall()
3810 GEN3_IRQ_INIT(uncore, GEN8_DE_PORT_, ~de_port_masked, de_port_enables); in gen8_de_irq_postinstall()