Re: [Intel-gfx] [PATCH 3/9] drm/i915: Fix DRRS frontbuffer_bits handling

2022-03-15 Thread Souza, Jose
On Tue, 2022-03-15 at 15:27 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Now that DRRS can operate on multiple pipes we need to make sure > one pipe doesn't throw away the other pipe's frontbuffer_bits before > said pipe can handle them. > Reviewed-by: José Roberto de Souza > Signed-

[Intel-gfx] [PATCH 3/9] drm/i915: Fix DRRS frontbuffer_bits handling

2022-03-15 Thread Ville Syrjala
From: Ville Syrjälä Now that DRRS can operate on multiple pipes we need to make sure one pipe doesn't throw away the other pipe's frontbuffer_bits before said pipe can handle them. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_drrs.c | 6 -- 1 file changed, 4 insertio