Re: [Intel-gfx] [PATCH 3/4] drm/i915: Fix the async flip wm0/ddb optimization

2022-03-03 Thread Lisovskiy, Stanislav
On Mon, Feb 14, 2022 at 12:55:31PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > The current implementation of the async flip wm0/ddb optimization > does not work at all. The biggest problem is that we skip the > whole intel_pipe_update_{start,end}() dance and thus never actually > comple

[Intel-gfx] [PATCH 3/4] drm/i915: Fix the async flip wm0/ddb optimization

2022-02-14 Thread Ville Syrjala
From: Ville Syrjälä The current implementation of the async flip wm0/ddb optimization does not work at all. The biggest problem is that we skip the whole intel_pipe_update_{start,end}() dance and thus never actually complete the commit that is trying to do the wm/ddb change. To fix this we need