From fde8e0f027a72e07b36cde9a2be9dbf79b58d780 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 7 Dec 2017 20:25:05 +0200 Subject: 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 Reviewed-by: Kieran Bingham --- tests/kms-test-modes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/kms-test-modes.py') diff --git a/tests/kms-test-modes.py b/tests/kms-test-modes.py index 31128a7..2ca45c4 100755 --- a/tests/kms-test-modes.py +++ b/tests/kms-test-modes.py @@ -24,6 +24,7 @@ class ModesTest(kmstest.KMSTest): self.logger.log("Atomic mode set complete") self.run(4) + self.atomic_crtc_disable(crtc) if self.flips == 0: raise RuntimeError("Page flip not registered") -- cgit v1.2.3