Home
last modified time | relevance | path

Searched refs:DE_PIPE_VBLANK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c711 if (de_iir & DE_PIPE_VBLANK(pipe)) in ilk_display_irq_handler()
1241 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()
1345 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_irq.c1968 if (de_iir & DE_PIPE_VBLANK(pipe)) in ilk_display_irq_handler()
2619 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()
2695 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
H A Di915_reg.h7579 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_reg.h4283 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro

Completed in 67 milliseconds