summaryrefslogtreecommitdiff
path: root/tests/kms-test-modeset.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-modeset.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-modeset.py')
-rwxr-xr-xtests/kms-test-modeset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms-test-modeset.py b/tests/kms-test-modeset.py
index e3551f1..f8a78ad 100755
--- a/tests/kms-test-modeset.py
+++ b/tests/kms-test-modeset.py
@@ -49,6 +49,7 @@ class ModeSetTest(kmstest.KMSTest):
self.logger.log("Atomic mode set complete")
self.run(5)
+ self.atomic_crtc_disable(crtc)
if self.flips == 0:
self.fail("Page flip not registered")