aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Vivi <[email protected]>2023-11-29 11:29:00 -0500
committerRodrigo Vivi <[email protected]>2023-12-21 11:45:23 -0500
commit9209fbede74f202168f0b525060feb6bf67924ba (patch)
tree922f1801743e4dc695d920dad8d203637b9d8a84
parent9329f0667215a5c22d650f870f8a9f5839a5bc5a (diff)
drm/xe: Remove unused extension definition
The vm_create ioctl function doesn't accept any extension. Remove this left over. A backward compatible change. Cc: Francois Dugast <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Reviewed-by: Matthew Brost <[email protected]> Signed-off-by: Francois Dugast <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]>
-rw-r--r--include/uapi/drm/xe_drm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 28230a0cd1ba..2ab5ee299be0 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -643,7 +643,6 @@ struct drm_xe_ext_set_property {
};
struct drm_xe_vm_create {
-#define DRM_XE_VM_EXTENSION_SET_PROPERTY 0
/** @extensions: Pointer to the first extension struct, if any */
__u64 extensions;