summaryrefslogtreecommitdiff
path: root/tests/kms-test-allplanes.py
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-12-07 20:25:05 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2017-12-15 11:41:18 +0200
commitfde8e0f027a72e07b36cde9a2be9dbf79b58d780 (patch)
tree6e8b26f8b3cd70917c20d25691a5543a7baf9620 /tests/kms-test-allplanes.py
parent398dbd4eab49d12d1c2848e6c7c7e3f2e8fa38e7 (diff)
kmstest.py: Update to the latest kmsxx Python bindings
Commit 706a44abb3aa ("Update to latest pybind11") of kmsxx broke the test suite by changing the signature of the AtomicRequest::commit function. Update the test suite accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
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()