commit | 57085dca982bd042f64aa23f5e03747595b2c8c0 | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@arm.com> | Tue Feb 27 18:23:06 2018 +0000 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Wed Mar 14 11:38:03 2018 +0000 |
tree | c025bc16a8929cd1fa019e0188395988ef86c747 | |
parent | 828f207077c699a8363415efbcb2a6d8a11bb100 [diff] |
drm: mali-dp: Turn off CRTC vblank when removing module. When unbinding the mali-dp driver the drm_vblank_cleanup() function warns us that the vblanks are still enabled. Fix that by calling drm_crtc_vblank_off() in the malidp_unbind() function. Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>