drm/kirin: Drop drm_vblank_cleanup
authorDaniel Vetter <[email protected]>
Wed, 21 Jun 2017 08:28:40 +0000 (10:28 +0200)
committerDaniel Vetter <[email protected]>
Mon, 26 Jun 2017 09:03:12 +0000 (11:03 +0200)
Again we probably want a drm_atomic_helper_shutdown somewhere, but
that's a bit more analysis.

Cc: Xinliang Liu <[email protected]>
Cc: Rongrong Zou <[email protected]>
Cc: Xinwei Kong <[email protected]>
Cc: Chen Feng <[email protected]>
Reviewed-by: Sean Paul <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c

index 9c903672f582315700cfd3c8c43ec4497404cbbf..8065d6cb1d7fca3796370a6fd7491d1e02e5826d 100644 (file)
@@ -41,7 +41,6 @@ static int kirin_drm_kms_cleanup(struct drm_device *dev)
        }
 #endif
        drm_kms_helper_poll_fini(dev);
-       drm_vblank_cleanup(dev);
        dc_ops->cleanup(to_platform_device(dev->dev));
        drm_mode_config_cleanup(dev);
        devm_kfree(dev->dev, priv);