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.c3485 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_invalidate() local
3494 pipe_frontbuffer_bits &= in intel_psr_invalidate()
3496 intel_dp->psr.busy_frontbuffer_bits |= pipe_frontbuffer_bits; in intel_psr_invalidate()
3498 if (pipe_frontbuffer_bits) in intel_psr_invalidate()
3592 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_flush() local
3601 pipe_frontbuffer_bits &= in intel_psr_flush()
3603 intel_dp->psr.busy_frontbuffer_bits &= ~pipe_frontbuffer_bits; in intel_psr_flush()
3620 if (pipe_frontbuffer_bits == 0) in intel_psr_flush()