From 9ebe93202065c48d63287157e507283d663b9c83 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 20 Jun 2018 05:56:12 +0300 Subject: py: sync: Moded to blob conversion method is called to_blob() There's no blob() method on mode objects, use to_blob(). Fixes: 66f161d0032e ("py: Add in fence test using swsync") 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(-) diff --git a/py/tests/sync.py b/py/tests/sync.py index 605dbcf..935d86e 100755 --- a/py/tests/sync.py +++ b/py/tests/sync.py @@ -178,7 +178,7 @@ def main(argv): fb = flip_handler.fb1 pykms.draw_color_bar(fb, fb.width - bar_width - bar_speed, bar_speed, bar_width) - mode_blob = mode.blob(card) + mode_blob = mode.to_blob(card) req = pykms.AtomicReq(card) req.add(conn, 'CRTC_ID', crtc.id) -- cgit v1.2.3