]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/atomic: Make disable_all helper fully disable the crtc.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 21 Feb 2017 13:51:40 +0000 (14:51 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Feb 2017 12:06:48 +0000 (13:06 +0100)
commit9b2104f423de5c148749a07e8197dbab4c449877
tree1578590b57fc7f346dd30bee083efab22b207461
parent9a45d33cdf82f138cc290236cde83483c6567394
drm/atomic: Make disable_all helper fully disable the crtc.

It seems that nouveau requires this, so best to do this in the helper.
This allows nouveau to use the atomic suspend helper.

Cc: nouveau@lists.freedesktop.org
Acked-by: Ben Skeggs <bskeggs@redhat.com> #irc
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1487685102-31991-2-git-send-email-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/drm_atomic_helper.c
drivers/gpu/drm/nouveau/nouveau_display.c