All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 1/2 v3] lib/igt_kms: Add zpos plane property.
@ 2019-03-11 17:13 Marius Vlad
  2019-03-11 17:13 ` [igt-dev] [PATCH i-g-t 2/2 v3] kms_atomic: Add subtest for testing " Marius Vlad
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marius Vlad @ 2019-03-11 17:13 UTC (permalink / raw)
  To: igt-dev; +Cc: daniel, petri.latvala, p.zabel, Marius Vlad

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

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 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 7ebab4ca..10a63c71 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 a29ad783..fc83497e 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.20.1

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

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

end of thread, other threads:[~2019-03-13  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 17:13 [igt-dev] [PATCH i-g-t 1/2 v3] lib/igt_kms: Add zpos plane property Marius Vlad
2019-03-11 17:13 ` [igt-dev] [PATCH i-g-t 2/2 v3] kms_atomic: Add subtest for testing " Marius Vlad
2019-03-11 17:45   ` Philipp Zabel
2019-03-13  7:54     ` Marius Vlad
2019-03-12 10:28 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2,v3] lib/igt_kms: Add " Patchwork
2019-03-12 12:06 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.