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

Commit 8a54aa92 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: use drm_atomic_helper_shutdown()



Use drm_atomic_helper_shutdown() to ensure that all crtcs are disabled
when unloading the driver.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 50fa9f0b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -865,6 +865,8 @@ static int pdev_remove(struct platform_device *pdev)
	if (priv->fbdev)
		omap_fbdev_free(ddev);

	drm_atomic_helper_shutdown(ddev);

	drm_mode_config_cleanup(ddev);

	omap_drm_irq_uninstall(ddev);