mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 00:20:58 +07:00
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: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
de1ace5b56
commit
203cb50143
@ -39,10 +39,6 @@ int tegra_drm_fb_init(struct drm_device *drm)
|
|||||||
if (IS_ERR(fbdev))
|
if (IS_ERR(fbdev))
|
||||||
return PTR_ERR(fbdev);
|
return PTR_ERR(fbdev);
|
||||||
|
|
||||||
#ifndef CONFIG_FRAMEBUFFER_CONSOLE
|
|
||||||
drm_fbdev_cma_restore_mode(fbdev);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
host1x->fbdev = fbdev;
|
host1x->fbdev = fbdev;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user