Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c880 if (de_iir & (DE_PIPEA_VBLANK_IVB << (5 * i))) in ivybridge_irq_handler()
1841 DE_PIPEA_VBLANK_IVB << (5 * pipe)); in ivybridge_enable_vblank()
1906 DE_PIPEA_VBLANK_IVB << (pipe * 5)); in ivybridge_disable_vblank()
2284 DE_PIPEA_VBLANK_IVB); in ivybridge_irq_postinstall()
Di915_reg.h3518 #define DE_PIPEA_VBLANK_IVB (1<<0) macro