[igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Add zpos plane property.
Marius Vlad
marius.vlad at collabora.com
Tue Mar 12 14:18:31 UTC 2019
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 <marius.vlad0 at gmail.com>
> >
> > Signed-off-by: Marius Vlad <marius.vlad at collabora.com>
>
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20190312/78696d65/attachment.sig>
More information about the igt-dev
mailing list