Searched defs:pipea_stats (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c308 u32 pipea_stats = I915_READ(PIPEASTAT); local
359 pipea_stats);
490 u32 pipea_stats = 0, pipeb_stats = 0; local
522 pipea_stats = I915_READ(PIPEASTAT);
527 pipea_stats &= ~(PIPE_START_VBLANK_INTERRUPT_ENABLE |
529 else if (pipea_stats & (PIPE_START_VBLANK_INTERRUPT_STATUS|
536 I915_WRITE(PIPEASTAT, pipea_stats);

Completed in 58 milliseconds