Commit 0ab17499 authored by Russell King's avatar Russell King
Browse files

drm/armada: add drm_atomic_helper_shutdown() call in tear-down



Ensure that the hardware is disabled prior to tearing down the modeset
support.

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 5a6cbce8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -171,6 +171,8 @@ static void armada_drm_unbind(struct device *dev)

	drm_dev_unregister(&priv->drm);

	drm_atomic_helper_shutdown(&priv->drm);

	component_unbind_all(dev, &priv->drm);

	drm_mode_config_cleanup(&priv->drm);