]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/hibmc: Drop drm_vblank_cleanup
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 Jun 2017 08:28:39 +0000 (10:28 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 26 Jun 2017 09:02:51 +0000 (11:02 +0200)
commitb3df5e65cc03696b0624a877d03a3ddf3ef43f52
treea9766d13229587449ad786d410f59e7ffb5c4a0a
parent71bb23c707c141b176bc084179ca5ee58d5fd26a
drm/hibmc: Drop drm_vblank_cleanup

So this seems to be the first driver that does it the right way round,
so fix it up by calling drm_atomic_helper_shutdown instead. We need to
do that before the last kms user is gone (fbdev emulation), but before
we start shutting down hw stuff like interrupts.

Cc: Xinliang Liu <z.liuxinliang@hisilicon.com>
Cc: Rongrong Zou <zourongrong@gmail.com>
Cc: Xinwei Kong <kong.kongxinwei@hisilicon.com>
Cc: Chen Feng <puck.chen@hisilicon.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-3-daniel.vetter@ffwll.ch
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c