Re: [Intel-gfx] [PATCH 16/19] drm/i915: Make unpin async.

2016-04-26 Thread Maarten Lankhorst
Op 25-04-16 om 18:26 schreef Lionel Landwerlin: > On 19/04/16 08:52, 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

Re: [Intel-gfx] [PATCH 16/19] drm/i915: Make unpin async.

2016-04-25 Thread Lionel Landwerlin
On 19/04/16 08:52, 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 ---

Re: [Intel-gfx] [PATCH 16/19] drm/i915: Make unpin async.

2016-04-25 Thread Lionel Landwerlin
On 19/04/16 08:52, 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 ---

[Intel-gfx] [PATCH 16/19] drm/i915: Make unpin async.

2016-04-19 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 | 7 +