Re: [Intel-gfx] [PATCH v2 21/21] drm/i915: Allow async update of pageflips.

2016-05-19 Thread Daniel Vetter
On Thu, May 19, 2016 at 2:10 PM, Patrik Jakobsson wrote: > On Tue, May 17, 2016 at 03:08:04PM +0200, Maarten Lankhorst wrote: >> Signed-off-by: Maarten Lankhorst > > We could have had a short note on what the patch does, though reading it is > quite straight forward. Either way is fine by me. 0-

Re: [Intel-gfx] [PATCH v2 21/21] drm/i915: Allow async update of pageflips.

2016-05-19 Thread Patrik Jakobsson
On Tue, May 17, 2016 at 03:08:04PM +0200, Maarten Lankhorst wrote: > Signed-off-by: Maarten Lankhorst We could have had a short note on what the patch does, though reading it is quite straight forward. Either way is fine by me. Reviewed-by: Patrik Jakobsson > --- > drivers/gpu/drm/i915/intel_

[Intel-gfx] [PATCH v2 21/21] drm/i915: Allow async update of pageflips.

2016-05-17 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 350 +-- 1 file changed, 84 insertions(+), 266 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 330a6397f07c..79759cdfada3 10064