Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c2119 if (de_iir & DE_PIPE_VBLANK_IVB(pipe)) in ivb_display_irq_handler()
2852 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()
2963 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
Di915_reg.h7873 #define DE_PIPE_VBLANK_IVB(pipe) (1 << ((pipe) * 5)) macro