On 10/30/2015 03:57 PM, Daniel Vetter wrote:
On Tue, Oct 27, 2015 at 01:40:56PM +0530, Archit Taneja wrote:
Instead of using a custom legacy fbdev emulation config option, use the top level DRM_FBDEV_EMULATION config option.
There are 3 drivers which use custom config options: imx, sti and tegra. Since the last revision, i915 and msm drivers have removed their custom configs.
Remove the remaining config options in order to have a single config option.
Pulled in all these into drm-misc for 4.5. I can drop them again in case there's trouble or if driver maintainers pick them up.
Thanks. Vincent had made a minor edit for the sti one and included it in his pull request, so you could drop that one.
Archit
Thanks, Daniel
Archit Taneja (3): drm/imx: Remove local fbdev emulation Kconfig option drm/sti: Remove local fbdev emulation Kconfig option drm/tegra: Remove local fbdev emulation Kconfig option
drivers/gpu/drm/imx/Kconfig | 9 --------- drivers/gpu/drm/imx/imx-drm-core.c | 12 +++--------- drivers/gpu/drm/sti/Kconfig | 6 ------ drivers/gpu/drm/sti/sti_drv.c | 2 +- drivers/gpu/drm/tegra/Kconfig | 12 ------------ drivers/gpu/drm/tegra/drm.c | 4 ++-- drivers/gpu/drm/tegra/drm.h | 6 +++--- drivers/gpu/drm/tegra/fb.c | 12 ++++++------ 8 files changed, 15 insertions(+), 48 deletions(-)
-- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation