[PATCH] drm: sti: add moduleparam to disable fbdev

2015-07-08 Thread John Hunter
On Wed, Jul 8, 2015 at 8:50 PM, Benjamin Gaignard < benjamin.gaignard at linaro.org> wrote: > Useful to avoid recompiling to enable/disable fbdev. > > Signed-off-by: Benjamin Gaignard > Reviewed-by: Zhao Junwang Bochs has the moduleparam for fbdev, lgtm. > --- > drivers/gpu/drm/sti/Kconfig

[PATCH] drm: sti: add moduleparam to disable fbdev

2015-07-08 Thread Daniel Vetter
On Wed, Jul 08, 2015 at 02:50:25PM +0200, Benjamin Gaignard wrote: > Useful to avoid recompiling to enable/disable fbdev. > > Signed-off-by: Benjamin Gaignard Can we just do this in the fbdev helper instead of reinventing wheels in each driver? Archit Taneja has been looking into that. Thanks,

[PATCH] drm: sti: add moduleparam to disable fbdev

2015-07-08 Thread Benjamin Gaignard
Useful to avoid recompiling to enable/disable fbdev. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/sti/Kconfig | 6 -- drivers/gpu/drm/sti/sti_drm_drv.c | 13 - 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu