Skip to content
Snippets Groups Projects
Commit 6e4228fb authored by Michał Mirosław's avatar Michał Mirosław Committed by Daniel Vetter
Browse files
parent a7e3fa76
No related branches found
No related tags found
No related merge requests found
......@@ -1187,6 +1187,10 @@ static int host1x_drm_probe(struct host1x_device *dev)
dev_set_drvdata(&dev->dev, drm);
err = drm_fb_helper_remove_conflicting_framebuffers(NULL, "tegradrmfb", false);
if (err < 0)
goto unref;
err = drm_dev_register(drm, 0);
if (err < 0)
goto unref;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment