Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c1298 if (de_iir & DE_PIPEA_VBLANK) in ironlake_irq_handler()
2186 DE_PIPEA_VBLANK: DE_PIPEB_VBLANK); in ironlake_enable_vblank()
2256 DE_PIPEA_VBLANK : DE_PIPEB_VBLANK); in ironlake_disable_vblank()
2702 DE_PIPEA_VBLANK | DE_PIPEB_VBLANK | DE_PCU_EVENT); in ironlake_irq_postinstall()
H A Di915_reg.h3791 #define DE_PIPEA_VBLANK (1 << 7) macro