Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c1197 if (de_iir & (DE_PIPEA_VBLANK_IVB << (5 * i))) in ivybridge_irq_handler()
2202 DE_PIPEA_VBLANK_IVB << (5 * pipe)); in ivybridge_enable_vblank()
2267 DE_PIPEA_VBLANK_IVB << (pipe * 5)); in ivybridge_disable_vblank()
2762 DE_PIPEA_VBLANK_IVB); in ivybridge_irq_postinstall()
H A Di915_reg.h3812 #define DE_PIPEA_VBLANK_IVB (1<<0) macro