summaryrefslogtreecommitdiff
path: root/py/functest.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/functest.py')
-rwxr-xr-xpy/functest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/functest.py b/py/functest.py
index 54c3363..21a543a 100755
--- a/py/functest.py
+++ b/py/functest.py
@@ -9,7 +9,7 @@ conn = card.get_first_connected_connector()
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()