Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3615 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_invalidate() local
3624 pipe_frontbuffer_bits &= in intel_psr_invalidate()
3626 intel_dp->psr.busy_frontbuffer_bits |= pipe_frontbuffer_bits; in intel_psr_invalidate()
3628 if (pipe_frontbuffer_bits) in intel_psr_invalidate()
3696 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_flush() local
3705 pipe_frontbuffer_bits &= in intel_psr_flush()
3707 intel_dp->psr.busy_frontbuffer_bits &= ~pipe_frontbuffer_bits; in intel_psr_flush()
3724 if (pipe_frontbuffer_bits == 0) in intel_psr_flush()