Re: [Intel-gfx] [PATCH 2.5/5] Reapply "drm/i915: Pass atomic states to fbc update, functions."

2016-06-14 Thread Daniel Vetter
On Tue, Jun 14, 2016 at 02:24:20PM +0200, Maarten Lankhorst wrote: > The patch was reverted as part of the original nonblocking commit > support, but is required for any kind of nonblocking commit. > > This is required to let fbc updates run async. It has a lot of > checks whether certain locks

[Intel-gfx] [PATCH 2.5/5] Reapply "drm/i915: Pass atomic states to fbc update, functions."

2016-06-14 Thread Maarten Lankhorst
The patch was reverted as part of the original nonblocking commit support, but is required for any kind of nonblocking commit. This is required to let fbc updates run async. It has a lot of checks whether certain locks are taken, which can be removed when the relevant states are passed in as