Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_irq.c2085 if (de_iir & DE_PIPE_VBLANK(pipe)) in ilk_display_irq_handler()
2867 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()
2978 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
Di915_reg.h5544 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro