Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos: don't disable unused functions at init

Everything starts disabled so we don't really need to disable anything.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Joonyoung Shim <jy0922.shim@samsung.com>
Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Gustavo Padovan and committed by
Inki Dae
bbcf7bd6 d5f5223c

-3
-3
drivers/gpu/drm/exynos/exynos_drm_fbdev.c
··· 275 275 276 276 } 277 277 278 - /* disable all the possible outputs/crtcs before entering KMS mode */ 279 - drm_helper_disable_unused_functions(dev); 280 - 281 278 ret = drm_fb_helper_initial_config(helper, PREFERRED_BPP); 282 279 if (ret < 0) { 283 280 DRM_ERROR("failed to set up hw configuration.\n");