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-pageflip.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/kms-test-pageflip.py') diff --git a/tests/kms-test-pageflip.py b/tests/kms-test-pageflip.py index 2ab9b87..2aeaf34 100755 --- a/tests/kms-test-pageflip.py +++ b/tests/kms-test-pageflip.py @@ -100,6 +100,7 @@ class PageFlipTest(kmstest.KMSTest): self.loop.add_timer(10, self.stop_page_flip) self.run(11) + self.atomic_crtc_disable(crtc) if not self.flips: self.fail("No page flip registered") -- cgit v1.2.3