summaryrefslogtreecommitdiff
path: root/py/tests/plane_hog.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/plane_hog.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/plane_hog.py')
-rwxr-xr-xpy/tests/plane_hog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/tests/plane_hog.py b/py/tests/plane_hog.py
index 5bdc937..906c758 100755
--- a/py/tests/plane_hog.py
+++ b/py/tests/plane_hog.py
@@ -77,7 +77,7 @@ for plane in plane_list:
"CRTC_Y": y,
"CRTC_W": fb.width,
"CRTC_H": fb.height,
- "zorder": z})
+ "zpos": z})
r = req.commit_sync()
print("Plane enable request returned %d\n" % r)
@@ -125,7 +125,7 @@ for plane in reversed(plane_list):
"CRTC_Y": y,
"CRTC_W": fb.width,
"CRTC_H": fb.height,
- "zorder": z})
+ "zpos": z})
r = req.commit_sync(allow_modeset = True)
print("Plane enable request returned %d\n" % r)