From 7700684ff6935c462a0797d66127a921e1670e47 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 28 Aug 2018 09:40:01 +0300 Subject: py/tests: rename zorder to zpos zpos is the official property. Signed-off-by: Tomi Valkeinen --- py/tests/plane_hog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py/tests/plane_hog.py') 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) -- cgit v1.2.3