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

2016-04-20 Thread Chris Wilson
On Wed, Apr 20, 2016 at 03:24:45PM +0200, Daniel Vetter wrote: > On Tue, Apr 19, 2016 at 09:19:53AM +0100, Chris Wilson wrote: > > On Tue, Apr 19, 2016 at 09:52:39AM +0200, Maarten Lankhorst wrote: > > > > If you think it's ready: > > dev->mode_config.async_page_flip = true; > > Nah, this is

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

2016-04-20 Thread Daniel Vetter
On Tue, Apr 19, 2016 at 09:19:53AM +0100, Chris Wilson wrote: > On Tue, Apr 19, 2016 at 09:52:39AM +0200, Maarten Lankhorst wrote: > > If you think it's ready: > dev->mode_config.async_page_flip = true; Nah, this is something entirely different. "async atomic commit" = doesn't block, but v

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

2016-04-20 Thread Maarten Lankhorst
Op 19-04-16 om 09:52 schreef Maarten Lankhorst: > Signed-off-by: Maarten Lankhorst > Uh oh, kbuild found a missing drm_crtc_vblank_get, no idea why I didn't notice this myself. Appended delta for readability. --- diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_dis

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

2016-04-19 Thread Maarten Lankhorst
Op 19-04-16 om 10:19 schreef Chris Wilson: > On Tue, Apr 19, 2016 at 09:52:39AM +0200, Maarten Lankhorst wrote: > > If you think it's ready: > dev->mode_config.async_page_flip = true; > -Chris > Oh indeed! It seems the flag has 2 meanings though, not compatible with each other. First one is

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

2016-04-19 Thread Chris Wilson
On Tue, Apr 19, 2016 at 09:52:39AM +0200, Maarten Lankhorst wrote: If you think it's ready: dev->mode_config.async_page_flip = true; -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesk

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

2016-04-19 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 341 --- 1 file changed, 75 insertions(+), 266 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 62c91171900a..34b8937ede88 10064