Re: [Intel-gfx] [PATCH v2 18/21] drm/i915: Make unpin async.

2016-05-25 Thread Maarten Lankhorst
Op 24-05-16 om 16:00 schreef Daniel Vetter: > On Tue, May 17, 2016 at 03:08:01PM +0200, Maarten Lankhorst wrote: >> All of intel_post_plane_update is handled there now, so move it over. >> This is run after the hw state checker because it can't handle checking >> crtc's separately yet. >> >> Signed

Re: [Intel-gfx] [PATCH v2 18/21] drm/i915: Make unpin async.

2016-05-24 Thread Daniel Vetter
On Tue, May 17, 2016 at 03:08:01PM +0200, Maarten Lankhorst wrote: > All of intel_post_plane_update is handled there now, so move it over. > This is run after the hw state checker because it can't handle checking > crtc's separately yet. > > Signed-off-by: Maarten Lankhorst First this patch is m

Re: [Intel-gfx] [PATCH v2 18/21] drm/i915: Make unpin async.

2016-05-19 Thread Patrik Jakobsson
On Tue, May 17, 2016 at 03:08:01PM +0200, Maarten Lankhorst wrote: > All of intel_post_plane_update is handled there now, so move it over. > This is run after the hw state checker because it can't handle checking > crtc's separately yet. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Patrik J

[Intel-gfx] [PATCH v2 18/21] drm/i915: Make unpin async.

2016-05-17 Thread Maarten Lankhorst
All of intel_post_plane_update is handled there now, so move it over. This is run after the hw state checker because it can't handle checking crtc's separately yet. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_atomic.c | 11 ++ drivers/gpu/drm/i915/intel_display.c | 344