[igt-dev] [PATCH v3 20/24] drm-uapi/xe: Align with uAPI to pad to drm_xe_engine_class_instance
Francois Dugast
francois.dugast at intel.com
Tue Sep 26 13:00:50 UTC 2023
Align with commit ("drm/xe/uapi: Add pad to drm_xe_engine_class_instance")
Signed-off-by: Francois Dugast <francois.dugast at intel.com>
---
include/drm-uapi/xe_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index d70afb8ff..9931232f2 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -143,6 +143,8 @@ struct drm_xe_engine_class_instance {
__u16 engine_instance;
__u16 gt_id;
+ /** @pad: MBZ */
+ __u32 pad;
};
/**
--
2.34.1
More information about the igt-dev
mailing list