[igt-dev] [PATCH v2 10/64] fixup! tests/intel/xe_query: Add a test for querying engine cycles
Francois Dugast
francois.dugast at intel.com
Fri Nov 3 14:43:05 UTC 2023
---
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 1ec16ab24..5d0f326d2 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