Searched refs:DE_PIPE_VBLANK_IVB (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_irq.c2421 if (de_iir & (DE_PIPE_VBLANK_IVB(pipe)) &&
2912 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) :
2976 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) :
H A Di915_reg.h4691 #define DE_PIPE_VBLANK_IVB(pipe) (1 << (pipe * 5)) macro

Completed in 77 milliseconds