]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspend
authorBen Skeggs <bskeggs@redhat.com>
Tue, 18 Jul 2017 22:47:07 +0000 (08:47 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 24 Jul 2017 02:15:25 +0000 (12:15 +1000)
commit746c842d1f64caad81d82f0054c0e063c8aa5399
tree29f82cf5614c515cd358501aa4f2a5f0f0887489
parent4a5431af19bc52c4dd491e989543c66a52380f00
drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspend

These on()/off() calls should be done as a result of modesetting actions,
and as we shut down all heads already on unload/suspend, it's pointless
to call off() again.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_display.c