From 4731c38c515e27943ee921c8716f921ffb4e6447 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 7 Dec 2018 11:10:48 +0200 Subject: lib/igt_kms: Add zpos plane property. Signed-off-by: Marius Vlad Reviewed-by: Philipp Zabel --- lib/igt_kms.c | 1 + lib/igt_kms.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/igt_kms.c b/lib/igt_kms.c index c02ffad8..e1eacc1e 100644 --- a/lib/igt_kms.c +++ b/lib/igt_kms.c @@ -177,6 +177,7 @@ const char * const igt_plane_prop_names[IGT_NUM_PLANE_PROPS] = { [IGT_PLANE_COLOR_RANGE] = "COLOR_RANGE", [IGT_PLANE_PIXEL_BLEND_MODE] = "pixel blend mode", [IGT_PLANE_ALPHA] = "alpha", + [IGT_PLANE_ZPOS] = "zpos", }; const char * const igt_crtc_prop_names[IGT_NUM_CRTC_PROPS] = { diff --git a/lib/igt_kms.h b/lib/igt_kms.h index 3c602576..407f3d64 100644 --- a/lib/igt_kms.h +++ b/lib/igt_kms.h @@ -272,6 +272,7 @@ enum igt_atomic_plane_properties { IGT_PLANE_COLOR_RANGE, IGT_PLANE_PIXEL_BLEND_MODE, IGT_PLANE_ALPHA, + IGT_PLANE_ZPOS, IGT_NUM_PLANE_PROPS }; -- cgit v1.2.3