]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15dd3234ffd53a11f845b722efc9ec3563b02323
tree1e7d268166b0bdebc86c99793567e8459e6f8101
parentab7656bc87843bbca1777ed2b8dfe29d2b212069
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