Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c976 if (de_iir & DE_PIPEB_VBLANK) in ironlake_irq_handler()
1825 DE_PIPEA_VBLANK : DE_PIPEB_VBLANK); in ironlake_enable_vblank()
1895 DE_PIPEA_VBLANK : DE_PIPEB_VBLANK); in ironlake_disable_vblank()
2230 I915_WRITE(DEIER, display_mask | DE_PIPEA_VBLANK | DE_PIPEB_VBLANK); in ironlake_irq_postinstall()
Di915_reg.h3491 #define DE_PIPEB_VBLANK (1 << 15) macro