[Intel-xe] [PATCH v2 44/50] fixup! drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof

Francois Dugast francois.dugast at intel.com
Fri Nov 3 14:34:50 UTC 2023


From: Rodrigo Vivi <rodrigo.vivi at intel.com>

Add more reserved space, since we already know in advance that we
will need to at least show capabilities, because not every engine
even within the same class is able to perform exactly the same actions.

We might also need flags and/or properties. So, let's give us a
bit more room to be really future proof.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 include/uapi/drm/xe_drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 690d18e07650..757e6da97f87 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -259,7 +259,7 @@ struct drm_xe_query_engine_info {
 	__u64 far_mem_regions;
 
 	/** @reserved: Reserved */
-	__u64 reserved[3];
+	__u64 reserved[5];
 };
 
 /**
-- 
2.34.1



More information about the Intel-xe mailing list