Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_irq.c2097 if (de_iir & (DE_PIPE_VBLANK_IVB(pipe)) && in ivb_display_irq_handler()
2647 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) : in ironlake_enable_vblank()
2702 uint32_t bit = (INTEL_INFO(dev)->gen >= 7) ? DE_PIPE_VBLANK_IVB(pipe) : in ironlake_disable_vblank()
Di915_reg.h5755 #define DE_PIPE_VBLANK_IVB(pipe) (1 << ((pipe) * 5)) macro