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-allplanes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/kms-test-allplanes.py') 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() -- cgit v1.2.3