Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c2530 if (de_iir & DE_PIPE_VBLANK(pipe)) in ilk_display_irq_handler()
3374 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ironlake_enable_vblank()
3436 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ironlake_disable_vblank()
Di915_reg.h7027 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro