summaryrefslogtreecommitdiff
path: root/py/tests/plane_csc.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/tests/plane_csc.py')
-rwxr-xr-xpy/tests/plane_csc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/tests/plane_csc.py b/py/tests/plane_csc.py
index be92c00..f810627 100755
--- a/py/tests/plane_csc.py
+++ b/py/tests/plane_csc.py
@@ -37,7 +37,7 @@ req.add(plane, {"FB_ID": fb.id,
"CRTC_Y": 0,
"CRTC_W": fb.width,
"CRTC_H": fb.height,
- "zorder": 0})
+ "zpos": 0})
r = req.commit_sync()
print("Plane enable request returned %d\n" % r)