commit | 3b4c0abb1bb72304c78d5919d20c4814424fff79 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 04 17:20:35 2016 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Nov 07 14:04:45 2016 +1000 |
tree | fd6da3addf8b0f1e99a66e10fea57562cb985e41 | |
parent | d000edd36012e2bb921aa005e65ef990d81754da [diff] |
drm/nouveau/kms: move drm_crtc_force_disable_all() earlier nouveau_display_fini() is responsible for quiescing the hardware, so this is where such actions belong. More than that, nouveau_display_fini() switches off the receiving of sink irqs, which MST will require while shutting down an active head. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>