drm/nouveau/kms: drop dpms off/on in response to hotplug
authorBen Skeggs <bskeggs@redhat.com>
Fri, 4 Nov 2016 07:20:35 +0000 (17:20 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 7 Nov 2016 04:04:45 +0000 (14:04 +1000)
commitd000edd36012e2bb921aa005e65ef990d81754da
tree1e7d268166b0bdebc86c99793567e8459e6f8101
parent1608a0fbb6923bf6989c90f0466ca2b87c722871
drm/nouveau/kms: drop dpms off/on in response to hotplug

This primarily existed to ensure the DP link got retrained, and is
now unnecessary as that's handled by NVKM already.

For anything beyond that, we send an event to userspace and let it
decide on an appropriate action to take.

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