On Tue, Mar 12, 2019 at 02:43:46PM +0100, Daniel Vetter wrote: > On Sat, Feb 16, 2019 at 08:29:58PM +0200, Marius Vlad wrote: > > From: Marius Vlad > > > > Signed-off-by: Marius Vlad > > Since you already have a pile of igt patches merged, want commit rights? > From a quick look you don't have access to the gitlab repo yet. Sure! marius.vlad0 is my username on fdo gitlab. Thanks! > > Cheers, Daniel > > --- > > 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 > > > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch