[PATCH] drm/omapdrm: don't call drm_helper_disable_unused_functions

2016-06-21 Thread Daniel Vetter
On Fri, Jun 10, 2016 at 09:26:42AM +0300, Tomi Valkeinen wrote: > On 10/06/16 09:24, Tomi Valkeinen wrote: > > On 10/06/16 01:14, Daniel Vetter wrote: > >> It's a legacy helper function which won't do good with atomic helpers. > >> > >> Cc: Tomi Valkeinen > >> Cc: Laurent Pinchart > >>

[PATCH] drm/omapdrm: don't call drm_helper_disable_unused_functions

2016-06-10 Thread Tomi Valkeinen
On 10/06/16 09:24, Tomi Valkeinen wrote: > On 10/06/16 01:14, Daniel Vetter wrote: >> It's a legacy helper function which won't do good with atomic helpers. >> >> Cc: Tomi Valkeinen >> Cc: Laurent Pinchart >> Signed-off-by: Daniel Vetter >> --- >> drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 ---

[PATCH] drm/omapdrm: don't call drm_helper_disable_unused_functions

2016-06-10 Thread Tomi Valkeinen
On 10/06/16 01:14, Daniel Vetter wrote: > It's a legacy helper function which won't do good with atomic helpers. > > Cc: Tomi Valkeinen > Cc: Laurent Pinchart > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git

[PATCH] drm/omapdrm: don't call drm_helper_disable_unused_functions

2016-06-10 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Friday 10 Jun 2016 00:14:39 Daniel Vetter wrote: > It's a legacy helper function which won't do good with atomic helpers. > > Cc: Tomi Valkeinen > Cc: Laurent Pinchart > Signed-off-by: Daniel Vetter Acked-by: Laurent Pinchart > --- >

[PATCH] drm/omapdrm: don't call drm_helper_disable_unused_functions

2016-06-10 Thread Daniel Vetter
It's a legacy helper function which won't do good with atomic helpers. Cc: Tomi Valkeinen Cc: Laurent Pinchart Signed-off-by: Daniel Vetter --- drivers/gpu/drm/omapdrm/omap_fbdev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/omap_fbdev.c