[Intel-xe] [PATCH] drm/xe: Remove unused extension definition
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed Nov 29 16:29:00 UTC 2023
The vm_create ioctl function doesn't accept any extension.
Remove this left over.
A backward compatible change.
Cc: Francois Dugast <francois.dugast at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
include/uapi/drm/xe_drm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 88f3aca02b08..2c44845c4ba4 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -584,7 +584,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;
--
2.43.0
More information about the Intel-xe
mailing list