Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c1087 if (!(master_ctl & GEN8_DE_PIPE_IRQ(pipe))) in gen8_de_irq_handler()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h4334 #define GEN8_DE_PIPE_IRQ(pipe) (1 << (16 + (pipe))) macro