summaryrefslogtreecommitdiff
path: root/py/tests/rottest.py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2018-08-28 09:40:01 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2018-08-28 09:40:01 +0300
commit7700684ff6935c462a0797d66127a921e1670e47 (patch)
treeb409b3c0786096fd3ae9df18c9802696ee64d4e8 /py/tests/rottest.py
parentfa5373b65dbe71f235cc4caddd66b3a51b0fafc1 (diff)
py/tests: rename zorder to zpos
zpos is the official property. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'py/tests/rottest.py')
-rwxr-xr-xpy/tests/rottest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/tests/rottest.py b/py/tests/rottest.py
index 8988134..c568e17 100755
--- a/py/tests/rottest.py
+++ b/py/tests/rottest.py
@@ -39,7 +39,7 @@ req.add(crtc, {"ACTIVE": 1,
# "CRTC_Y": 0,
# "CRTC_W": mode.hdisplay,
# "CRTC_H": mode.vdisplay,
-# "zorder": 0})
+# "zpos": 0})
req.commit_sync(allow_modeset = True)
@@ -86,7 +86,7 @@ def show_rot_plane(crtc, plane, fb, rot, x_scale, y_scale):
"CRTC_W": crtc_w,
"CRTC_H": crtc_h,
"rotation": rot,
- "zorder": 2})
+ "zpos": 2})
req.commit_sync(allow_modeset = True)