[PATCH] drm: sti: convert driver to atomic modeset

2015-03-19 Thread Daniel Vetter
On Thu, Mar 19, 2015 at 01:46:40PM +0100, Benjamin Gaignard wrote: > v1: This patch does the minimum to make sti driver use atomic helpers. > No big bang, only adapt some functions to new call order. > > v2: Use dpms and page flip atomic helpers > > Signed-off-by: Benjamin Gaignard Yeah atomic

[PATCH] drm: sti: convert driver to atomic modeset

2015-03-19 Thread Benjamin Gaignard
v1: This patch does the minimum to make sti driver use atomic helpers. No big bang, only adapt some functions to new call order. v2: Use dpms and page flip atomic helpers Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/sti/sti_drm_crtc.c | 175 drivers

[PATCH] drm: sti: convert driver to atomic modeset

2015-03-18 Thread Daniel Vetter
On Wed, Mar 11, 2015 at 03:25:18PM +0100, Benjamin Gaignard wrote: > This patch does the minimum to make sti driver use atomic helpers. > No big bang, only adapt some functions to new call order. > > Later it will allow to clean the mess around sti_mixer_* functions > which are use either in plane

[PATCH] drm: sti: convert driver to atomic modeset

2015-03-11 Thread Benjamin Gaignard
This patch does the minimum to make sti driver use atomic helpers. No big bang, only adapt some functions to new call order. Later it will allow to clean the mess around sti_mixer_* functions which are use either in plane and crtc. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/sti/sti_co