drm/omapdrm: don't call drm_helper_disable_unused_functions
authorDaniel Vetter <[email protected]>
Thu, 9 Jun 2016 22:14:39 +0000 (00:14 +0200)
committerDaniel Vetter <[email protected]>
Tue, 21 Jun 2016 08:01:24 +0000 (10:01 +0200)
It's a legacy helper function which won't do good with atomic helpers.

Cc: Tomi Valkeinen <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Acked-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/omapdrm/omap_fbdev.c

index 31dfa089341681a755acd794c7a00f942712fb6a..adb10fbe918da6f0def44ce802b652155fab83e5 100644 (file)
@@ -279,9 +279,6 @@ struct drm_fb_helper *omap_fbdev_init(struct drm_device *dev)
        if (ret)
                goto fini;
 
-       /* disable all the possible outputs/crtcs before entering KMS mode */
-       drm_helper_disable_unused_functions(dev);
-
        ret = drm_fb_helper_initial_config(helper, 32);
        if (ret)
                goto fini;