Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_irq.c1977 if (de_iir & DE_PIPE_VBLANK(pipe)) in ilk_display_irq_handler()
2584 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_enable_vblank()
2660 DE_PIPE_VBLANK_IVB(pipe) : DE_PIPE_VBLANK(pipe); in ilk_disable_vblank()
H A Di915_reg.h7394 #define DE_PIPE_VBLANK(pipe) (1 << (7 + 8 * (pipe))) macro