summaryrefslogtreecommitdiff
path: root/tests/kms-test-allplanes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-allplanes.py')
-rwxr-xr-xtests/kms-test-allplanes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms-test-allplanes.py b/tests/kms-test-allplanes.py
index 9e6a18b..f416723 100755
--- a/tests/kms-test-allplanes.py
+++ b/tests/kms-test-allplanes.py
@@ -80,4 +80,6 @@ class AllPlanesTest(kmstest.KMSTest):
else:
self.success()
+ self.atomic_crtc_disable(crtc)
+
AllPlanesTest().execute()