Searched refs:DE_PIPE_VBLANK_IVB (Results 1 – 2 of 2) sorted by relevance
2066 if (de_iir & (DE_PIPE_VBLANK_IVB(pipe)) && in ivb_display_irq_handler()2567 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) : in ironlake_enable_vblank()2622 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) : in ironlake_disable_vblank()
5171 #define DE_PIPE_VBLANK_IVB(pipe) (1 << (pipe * 5)) macro