From af1fd2f1173b16af43d8f630975b1beeaf641f86 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 20 Jun 2018 05:56:11 +0300 Subject: py: sync: Fix event handling Fancy event handling was dropped in commit 95de32aa7fbb ("py: drop the fancy event handling"). Python tests were updated, but one commit call got forgotten in the sync.py test. Fix it. Fixes: 95de32aa7fbb ("py: drop the fancy event handling") Reported-by: Kuninori Morimoto Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen --- py/tests/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py') diff --git a/py/tests/sync.py b/py/tests/sync.py index e394c8d..605dbcf 100755 --- a/py/tests/sync.py +++ b/py/tests/sync.py @@ -195,7 +195,7 @@ def main(argv): 'CRTC_W': fb.width, 'CRTC_H': fb.height, }) - ret = req.commit(flip_handler, allow_modeset = True) + ret = req.commit(allow_modeset = True) if ret < 0: raise RuntimeError('Atomic mode set failed with %d' % ret) -- cgit v1.2.3