[Intel-xe] [PATCH] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
Ashutosh Dixit
ashutosh.dixit at intel.com
Wed Jun 7 22:38:40 UTC 2023
Trivial kernel-doc fix, s/vm_id/engine_id/
Signed-off-by: Ashutosh Dixit <ashutosh.dixit 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 0ebc50beb5e59..edd29e7f39eb3 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -656,7 +656,7 @@ struct drm_xe_exec {
/** @extensions: Pointer to the first extension struct, if any */
__u64 extensions;
- /** @vm_id: VM ID to run batch buffer in */
+ /** @engine_id: Engine ID for the batch buffer */
__u32 engine_id;
/** @num_syncs: Amount of struct drm_xe_sync in array. */
--
2.38.0
More information about the Intel-xe
mailing list