Re: [Intel-gfx] [PATCH 1/2] drm: add flags argument to crtc page_flip callback

2012-11-02 Thread Jesse Barnes
On Fri, 02 Nov 2012 05:29:10 +0100 Mario Kleiner wrote: > On 30.10.12 19:33, Jesse Barnes wrote: > > This lets us pass down flags the drivers might be interested in, e.g. async. > > > > Signed-off-by: Jesse Barnes > > Hi Jesse > > I like it :) -- Anything that helps to get rid of the troubleso

Re: [Intel-gfx] [PATCH 1/2] drm: add flags argument to crtc page_flip callback

2012-11-02 Thread Mario Kleiner
On 30.10.12 19:33, Jesse Barnes wrote: This lets us pass down flags the drivers might be interested in, e.g. async. Signed-off-by: Jesse Barnes Hi Jesse I like it :) -- Anything that helps to get rid of the troublesome 'SwapBuffersWait' madness in the ddx at some point makes me happy. di

[Intel-gfx] [PATCH 1/2] drm: add flags argument to crtc page_flip callback

2012-10-30 Thread Jesse Barnes
This lets us pass down flags the drivers might be interested in, e.g. async. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_crtc.c|2 +- drivers/gpu/drm/exynos/exynos_drm_crtc.c |5 +++-- drivers/gpu/drm/i915/intel_display.c |3 ++- drivers/gpu/drm/nouveau/