Commit 6e4228fb authored by Michał Mirosław's avatar Michał Mirosław Committed by Daniel Vetter
parent a7e3fa76
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment