Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_psr.c2046 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_invalidate() local
2055 pipe_frontbuffer_bits &= in intel_psr_invalidate()
2057 intel_dp->psr.busy_frontbuffer_bits |= pipe_frontbuffer_bits; in intel_psr_invalidate()
2059 if (pipe_frontbuffer_bits) in intel_psr_invalidate()
2118 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_flush() local
2132 pipe_frontbuffer_bits &= in intel_psr_flush()
2134 intel_dp->psr.busy_frontbuffer_bits &= ~pipe_frontbuffer_bits; in intel_psr_flush()
2147 if (pipe_frontbuffer_bits) in intel_psr_flush()