[igt-dev] [PATCH v3 11/57] drm-uapi/xe: Change rsvd to pad in struct drm_xe_class_instance

Francois Dugast francois.dugast at intel.com
Thu Nov 9 15:53:24 UTC 2023


Align with commit ("drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instance")

Signed-off-by: Francois Dugast <francois.dugast at intel.com>
---
 include/drm-uapi/xe_drm.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index e0308aa52..96236e95c 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -159,8 +159,8 @@ struct drm_xe_engine_class_instance {
 	__u16 engine_instance;
 	/** @gt_id: GT ID the instance is associated with */
 	__u16 gt_id;
-	/** @rsvd: Reserved */
-	__u16 rsvd;
+	/** @pad: MBZ */
+	__u16 pad;
 };
 
 /**
-- 
2.34.1



More information about the igt-dev mailing list