Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_irq.c2325 if (!(master_ctl & GEN8_DE_PIPE_IRQ(pipe))) in gen8_de_irq_handler()
Di915_reg.h7445 #define GEN8_DE_PIPE_IRQ(pipe) (1 << (16 + (pipe))) macro