Skip to content
Snippets Groups Projects
Commit e543e029 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

drm/cirrus: add missing drm_helper_force_disable_all() call.

parent 175d176a
No related branches found
No related tags found
No related merge requests found
......@@ -615,6 +615,7 @@ void cirrus_modeset_fini(struct cirrus_device *cdev)
cirrus_fbdev_fini(cdev);
if (cdev->mode_info.mode_config_initialized) {
drm_helper_force_disable_all(cdev->dev);
drm_mode_config_cleanup(cdev->dev);
cdev->mode_info.mode_config_initialized = false;
}
......
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