Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_irq.c465 if (de_iir & DE_PIPEA_VBLANK) { in igdng_irq_handler()
761 vblank = DE_PIPEA_VBLANK; in igdng_enable_vblank()
779 vblank = DE_PIPEA_VBLANK; in igdng_disable_vblank()
H A Di915_drv.h1414 #define DE_PIPEA_VBLANK (1 << 7) macro