Searched refs:pipeb_stats (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c309 u32 pipeb_stats = I915_READ(PIPEBSTAT); local
361 pipeb_stats);
490 u32 pipea_stats = 0, pipeb_stats = 0; local
539 pipeb_stats = I915_READ(PIPEBSTAT);
544 pipeb_stats &= ~(PIPE_START_VBLANK_INTERRUPT_ENABLE |
546 else if (pipeb_stats & (PIPE_START_VBLANK_INTERRUPT_STATUS|
553 I915_WRITE(PIPEBSTAT, pipeb_stats);

Completed in 58 milliseconds