Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_irq.c1717 u32 iir, u32 pipe_stats[I915_MAX_PIPES]) in i9xx_pipestat_irq_ack()
1761 pipe_stats[pipe] = I915_READ(reg) & status_mask; in i9xx_pipestat_irq_ack()
1773 if (pipe_stats[pipe]) { in i9xx_pipestat_irq_ack()
1774 I915_WRITE(reg, pipe_stats[pipe]); in i9xx_pipestat_irq_ack()
1782 u16 iir, u32 pipe_stats[I915_MAX_PIPES]) in i8xx_pipestat_irq_handler()
1787 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS) in i8xx_pipestat_irq_handler()
1790 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS) in i8xx_pipestat_irq_handler()
1793 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS) in i8xx_pipestat_irq_handler()
1799 u32 iir, u32 pipe_stats[I915_MAX_PIPES]) in i915_pipestat_irq_handler()
1805 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS) in i915_pipestat_irq_handler()
[all …]