mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 18:20:53 +07:00
drm/rockchip: Drop drm_vblank_cleanup
Either not relevant (in the load error paths) or done better already (in the unload code, by calling drm_atomic_helper_shutdown). Drop it. Cc: Mark Yao <mark.yao@rock-chips.com> Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170621082850.13224-9-daniel.vetter@ffwll.ch
This commit is contained in:
parent
0265ac99ed
commit
3f5857fc62
@ -177,7 +177,6 @@ static int rockchip_drm_bind(struct device *dev)
|
||||
rockchip_drm_fbdev_fini(drm_dev);
|
||||
err_kms_helper_poll_fini:
|
||||
drm_kms_helper_poll_fini(drm_dev);
|
||||
drm_vblank_cleanup(drm_dev);
|
||||
err_unbind_all:
|
||||
component_unbind_all(dev, drm_dev);
|
||||
err_mode_config_cleanup:
|
||||
@ -200,7 +199,6 @@ static void rockchip_drm_unbind(struct device *dev)
|
||||
drm_kms_helper_poll_fini(drm_dev);
|
||||
|
||||
drm_atomic_helper_shutdown(drm_dev);
|
||||
drm_vblank_cleanup(drm_dev);
|
||||
component_unbind_all(dev, drm_dev);
|
||||
drm_mode_config_cleanup(drm_dev);
|
||||
rockchip_iommu_cleanup(drm_dev);
|
||||
|
Loading…
Reference in New Issue
Block a user