[PATCH i-g-t] tests/kms_properties: Add IN_FORMATS_ASYNC property

Borah, Chaitanya Kumar chaitanya.kumar.borah at intel.com
Wed Feb 19 10:21:28 UTC 2025



> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of Arun R
> Murthy
> Sent: Wednesday, February 19, 2025 3:02 PM
> To: igt-dev at lists.freedesktop.org
> Cc: Reddy Guddati, Santhosh <santhosh.reddy.guddati at intel.com>; Murthy,
> Arun R <arun.r.murthy at intel.com>
> Subject: [PATCH i-g-t] tests/kms_properties: Add IN_FORMATS_ASYNC
> property
> 
> New property IN_FORMATS_ASYNC has been added as immutable in KMD.
> Add this property in the kmd_properties list.
> 
> Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>

LGTM

Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>

> ---
>  tests/kms_properties.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/kms_properties.c b/tests/kms_properties.c index
> 57f07e699..2f2878378 100644
> --- a/tests/kms_properties.c
> +++ b/tests/kms_properties.c
> @@ -443,6 +443,7 @@ static const struct {
>  	{ DRM_MODE_OBJECT_CRTC, "GAMMA_LUT_SIZE", IMMUTABLE_REQ
> },
> 
>  	{ DRM_MODE_OBJECT_PLANE, "IN_FORMATS", IMMUTABLE_REQ },
> +	{ DRM_MODE_OBJECT_PLANE, "IN_FORMATS_ASYNC",
> IMMUTABLE_REQ },
>  	{ DRM_MODE_OBJECT_PLANE, "SIZE_HINTS", IMMUTABLE_REQ },
>  	{ DRM_MODE_OBJECT_PLANE, "type", IMMUTABLE_REQ },
>  	{ DRM_MODE_OBJECT_PLANE, "zpos",
> IMMUTABLE_IF_SINGLE_VALUE },
> --
> 2.25.1



More information about the igt-dev mailing list