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/
A Dintel_psr.c2067 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_invalidate() local
2076 pipe_frontbuffer_bits &= in intel_psr_invalidate()
2078 intel_dp->psr.busy_frontbuffer_bits |= pipe_frontbuffer_bits; in intel_psr_invalidate()
2080 if (pipe_frontbuffer_bits) in intel_psr_invalidate()
2132 unsigned int pipe_frontbuffer_bits = frontbuffer_bits; in intel_psr_flush() local
2141 pipe_frontbuffer_bits &= in intel_psr_flush()
2143 intel_dp->psr.busy_frontbuffer_bits &= ~pipe_frontbuffer_bits; in intel_psr_flush()
2164 if (pipe_frontbuffer_bits) in intel_psr_flush()

Completed in 20 milliseconds