summaryrefslogtreecommitdiff
path: root/py/tests
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2017-05-30 13:56:28 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-05-30 14:22:00 +0300
commit2d86678f0a78abf67cdef6be375f7d787c4f017d (patch)
treedb8602f4f75448706155145b5345dc3009d9fa23 /py/tests
parentaf3f9890cc3927d92de4048bc238d62866784a35 (diff)
omapfb: add enum Flags for OmapFB
Diffstat (limited to 'py/tests')
-rwxr-xr-xpy/tests/rottest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/rottest.py b/py/tests/rottest.py
index d81a962..8988134 100755
--- a/py/tests/rottest.py
+++ b/py/tests/rottest.py
@@ -96,7 +96,7 @@ fb_h = 150
x_scale = 1
y_scale = 1
-fb = pykms.OmapFramebuffer(card, fb_w, fb_h, "NV12", tiled = True);
+fb = pykms.OmapFramebuffer(card, fb_w, fb_h, "NV12", flags = pykms.OmapFramebuffer.Tiled);
#fb = pykms.DumbFramebuffer(card, fb_w, fb_h, "NV12")
pykms.draw_test_pattern(fb);