Commit c1bb8188 authored by Jeffy Chen's avatar Jeffy Chen Committed by Sean Paul
parent ccea9199
...@@ -199,6 +199,7 @@ static void rockchip_drm_unbind(struct device *dev) ...@@ -199,6 +199,7 @@ static void rockchip_drm_unbind(struct device *dev)
rockchip_drm_fbdev_fini(drm_dev); rockchip_drm_fbdev_fini(drm_dev);
drm_kms_helper_poll_fini(drm_dev); drm_kms_helper_poll_fini(drm_dev);
drm_atomic_helper_shutdown(drm_dev);
drm_vblank_cleanup(drm_dev); drm_vblank_cleanup(drm_dev);
component_unbind_all(dev, drm_dev); component_unbind_all(dev, drm_dev);
drm_mode_config_cleanup(drm_dev); drm_mode_config_cleanup(drm_dev);
......
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