Searched refs:DE_PIPE_VBLANK (Results 1 – 2 of 2) sorted by relevance
915 if (de_iir & DE_PIPE_VBLANK(pipe)) in _ilk_display_irq_handler()1720 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()1741 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
830 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro