Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_irq.c773 if (de_iir & DE_PIPE_VBLANK_IVB(pipe)) in ivb_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()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h4310 #define DE_PIPE_VBLANK_IVB(pipe) (1 << ((pipe) * 5)) macro