summaryrefslogtreecommitdiff
path: root/py/tests/plane_hog.py
diff options
context:
space:
mode:
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)