[igt-dev] [PATCH i-g-t 1/2] lib/igt_kms: Add zpos plane property.
Daniel Vetter
daniel at ffwll.ch
Tue Mar 12 13:43:46 UTC 2019
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.
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
More information about the igt-dev
mailing list