public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Add zpos plane property.
@ 2019-02-16 18:29 Marius Vlad via igt-dev
  2019-02-16 18:29 ` [igt-dev] [PATCH i-g-t 2/2] kms_atomic: Add subtest for testing " Marius Vlad via igt-dev
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Marius Vlad via igt-dev @ 2019-02-16 18:29 UTC (permalink / raw)
  To: igt-dev; +Cc: Marius Vlad, daniel, p.zabel

From: Marius Vlad <marius.vlad0@gmail.com>

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
---
 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 85a911e1..87fa5bff 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 679d4e84..227fa020 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
 };
 
-- 
2.19.2

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-12 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-16 18:29 [igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Add zpos plane property Marius Vlad via igt-dev
2019-02-16 18:29 ` [igt-dev] [PATCH i-g-t 2/2] kms_atomic: Add subtest for testing " Marius Vlad via igt-dev
2019-03-08 13:30   ` Philipp Zabel
2019-02-16 19:03 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib/igt_kms: Add " Patchwork
2019-02-16 20:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-03-08 13:30 ` [igt-dev] [PATCH i-g-t 1/2] " Philipp Zabel
2019-03-12 13:43 ` Daniel Vetter
2019-03-12 14:18   ` Marius Vlad
2019-03-12 15:22     ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox