Searched refs:DE_PIPE_VBLANK (Results 1 – 2 of 2) sorted by relevance
2017 if (de_iir & DE_PIPE_VBLANK(pipe) && in ilk_display_irq_handler()2568 DE_PIPE_VBLANK(pipe); in ironlake_enable_vblank()2623 DE_PIPE_VBLANK(pipe); in ironlake_disable_vblank()
5145 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8*(pipe))) macro