Home
last modified time | relevance | path

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

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