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.c3552 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_invalidate() local
3561 pipe_frontbuffer_bits &= in intel_psr_invalidate()
3563 intel_dp->psr.busy_frontbuffer_bits |= pipe_frontbuffer_bits; in intel_psr_invalidate()
3565 if (pipe_frontbuffer_bits) in intel_psr_invalidate()
3659 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_flush() local
3668 pipe_frontbuffer_bits &= in intel_psr_flush()
3670 intel_dp->psr.busy_frontbuffer_bits &= ~pipe_frontbuffer_bits; in intel_psr_flush()
3687 if (pipe_frontbuffer_bits == 0) in intel_psr_flush()