[PATCH i-g-t] tests/kms_properties: Add IN_FORMATS_ASYNC property
Arun R Murthy
arun.r.murthy at intel.com
Wed Feb 19 09:32:11 UTC 2025
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>
---
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