Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Di915_irq.c625 if (de_iir & DE_PIPEA_VBLANK) in ironlake_irq_handler()
1561 DE_PIPEA_VBLANK : DE_PIPEB_VBLANK); in ironlake_enable_vblank()
1609 DE_PIPEA_VBLANK : DE_PIPEB_VBLANK); in ironlake_disable_vblank()
1874 I915_WRITE(DEIER, display_mask | DE_PIPEA_VBLANK | DE_PIPEB_VBLANK); in ironlake_irq_postinstall()
Di915_reg.h3087 #define DE_PIPEA_VBLANK (1 << 7) macro