summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 009828b)
raw | patch | inline | side by side (parent: 009828b)
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Mon, 28 Sep 2015 06:10:14 +0000 (09:10 +0300) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Mon, 28 Sep 2015 06:10:14 +0000 (09:10 +0300) |
py/functest.py | patch | blob | history |
diff --git a/py/functest.py b/py/functest.py
index 54c3363e8a45cc9c5ee9d3073f905f8d7e24d1c5..21a543a50cc6d9ef59ad416a30081f52fcc31da1 100755 (executable)
--- a/py/functest.py
+++ b/py/functest.py
mode = conn.get_default_mode()
fb = pykms.Framebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
-fb.draw_test_pattern(0);
+pykms.draw_test_pattern(fb);
crtc = conn.get_current_crtc()