Re: [PATCH v2 6/6] drm/atomic: Make async plane update checks work as intended, v2.

2017-09-26 Thread Dmitry Osipenko
On 04.09.2017 13:48, Maarten Lankhorst wrote: > By always keeping track of the last commit in plane_state, we know > whether there is an active update on the plane or not. With that > information we can reject the fast update, and force the slowpath > to be used as was originally intended. > > We

[PATCH v2 6/6] drm/atomic: Make async plane update checks work as intended, v2.

2017-09-04 Thread Maarten Lankhorst
By always keeping track of the last commit in plane_state, we know whether there is an active update on the plane or not. With that information we can reject the fast update, and force the slowpath to be used as was originally intended. We cannot use plane_state->crtc->state here, because this