Re: [Intel-gfx] [PATCH 3/4] drm/i915: Enable asynchronous nuclear flips

2015-02-02 Thread Daniel Vetter
On Sat, Jan 31, 2015 at 12:07:56PM -0800, Matt Roper wrote: > On Sat, Jan 31, 2015 at 10:30:29AM +0100, Daniel Vetter wrote: > > On Fri, Jan 30, 2015 at 04:22:38PM -0800, Matt Roper wrote: > > > The initial i915 nuclear pageflip support rejected asynchronous updates. > > > Allow all work after we s

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Enable asynchronous nuclear flips

2015-01-31 Thread Matt Roper
On Sat, Jan 31, 2015 at 10:30:29AM +0100, Daniel Vetter wrote: > On Fri, Jan 30, 2015 at 04:22:38PM -0800, Matt Roper wrote: > > The initial i915 nuclear pageflip support rejected asynchronous updates. > > Allow all work after we swap in the new state structures to run > > asynchronously. We also

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Enable asynchronous nuclear flips

2015-01-31 Thread Daniel Vetter
On Fri, Jan 30, 2015 at 04:22:38PM -0800, Matt Roper wrote: > The initial i915 nuclear pageflip support rejected asynchronous updates. > Allow all work after we swap in the new state structures to run > asynchronously. We also need to start sending completion events to > userspace if they were req

[Intel-gfx] [PATCH 3/4] drm/i915: Enable asynchronous nuclear flips

2015-01-30 Thread Matt Roper
The initial i915 nuclear pageflip support rejected asynchronous updates. Allow all work after we swap in the new state structures to run asynchronously. We also need to start sending completion events to userspace if they were requested. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/i915_d