drm/malidp: Don't call drm_crtc_vblank_off on unbind
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 2 Jun 2020 09:55:05 +0000 (11:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Jun 2020 13:46:12 +0000 (15:46 +0200)
commit1c3ef4c5d13a0ba42610ce8c0e67f6909dbb70b3
tree8290cfca63a15456512f4d554a73cb3e22818999
parent26d3ac3cb04d171a861952e89324e347598a347f
drm/malidp: Don't call drm_crtc_vblank_off on unbind

This is already done as part of the drm_atomic_helper_shutdown(),
and in that case only for the crtc which are actually on.

v2: I overlooked that malidp also needs to have it's interrupt shut
down reordered.

Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Brian Starkey <brian.starkey@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200602095505.37509-1-daniel.vetter@ffwll.ch
drivers/gpu/drm/arm/malidp_drv.c