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

drm/omapdrm: don't call drm_helper_disable_unused_functions

It's a legacy helper function which won't do good with atomic helpers.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1465510479-21180-1-git-send-email-daniel.vetter@ffwll.ch

-3
-3
drivers/gpu/drm/omapdrm/omap_fbdev.c
··· 279 279 if (ret) 280 280 goto fini; 281 281 282 - /* disable all the possible outputs/crtcs before entering KMS mode */ 283 - drm_helper_disable_unused_functions(dev); 284 - 285 282 ret = drm_fb_helper_initial_config(helper, 32); 286 283 if (ret) 287 284 goto fini;