Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c1878 u32 iir, u32 pipe_stats[I915_MAX_PIPES]) in i9xx_pipestat_irq_ack()
1922 pipe_stats[pipe] = I915_READ(reg) & status_mask; in i9xx_pipestat_irq_ack()
1934 if (pipe_stats[pipe]) { in i9xx_pipestat_irq_ack()
1935 I915_WRITE(reg, pipe_stats[pipe]); in i9xx_pipestat_irq_ack()
1943 u16 iir, u32 pipe_stats[I915_MAX_PIPES]) in i8xx_pipestat_irq_handler()
1948 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS) in i8xx_pipestat_irq_handler()
1951 if (pipe_stats[pipe] & PIPE_CRC_DONE_INTERRUPT_STATUS) in i8xx_pipestat_irq_handler()
1954 if (pipe_stats[pipe] & PIPE_FIFO_UNDERRUN_STATUS) in i8xx_pipestat_irq_handler()
1960 u32 iir, u32 pipe_stats[I915_MAX_PIPES]) in i915_pipestat_irq_handler()
1966 if (pipe_stats[pipe] & PIPE_VBLANK_INTERRUPT_STATUS) in i915_pipestat_irq_handler()
[all …]