Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203cb501 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/tegra: don't set up initial fbcon config twice



drm_fbdev_cma_init does the inital fbcon setup by calling down into
drm_fb_helper_initial_config, so no need at all to restore the just
set up configuration right away ...

Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent de1ace5b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -39,10 +39,6 @@ int tegra_drm_fb_init(struct drm_device *drm)
	if (IS_ERR(fbdev))
		return PTR_ERR(fbdev);

#ifndef CONFIG_FRAMEBUFFER_CONSOLE
	drm_fbdev_cma_restore_mode(fbdev);
#endif

	host1x->fbdev = fbdev;

	return 0;