summaryrefslogtreecommitdiff
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorJosé Roberto de Souza <jose.souza@intel.com>2023-01-23 19:43:10 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:27:44 +0300
commit3949d57f1ef62ea00344617fd638ed6c778db8d8 (patch)
tree72ed018e39ba6ced42c0129c6a348cd6192c9410 /include/uapi/drm
parent8375e58c3ac96a43603530a6f02fc81a455982e7 (diff)
downloadlinux-3949d57f1ef62ea00344617fd638ed6c778db8d8.tar.xz
drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X
Engine property get uAPI will be added, so to avoid ambiguity here renaming XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X. No changes in behavior. Cc: Matthew Brost <matthew.brost@intel.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/xe_drm.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index f64b1c785fad..8dc8ebbaf337 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -511,21 +511,21 @@ struct drm_xe_engine_set_property {
__u32 engine_id;
/** @property: property to set */
-#define XE_ENGINE_PROPERTY_PRIORITY 0
-#define XE_ENGINE_PROPERTY_TIMESLICE 1
-#define XE_ENGINE_PROPERTY_PREEMPTION_TIMEOUT 2
+#define XE_ENGINE_SET_PROPERTY_PRIORITY 0
+#define XE_ENGINE_SET_PROPERTY_TIMESLICE 1
+#define XE_ENGINE_SET_PROPERTY_PREEMPTION_TIMEOUT 2
/*
* Long running or ULLS engine mode. DMA fences not allowed in this
* mode. Must match the value of DRM_XE_VM_CREATE_COMPUTE_MODE, serves
* as a sanity check the UMD knows what it is doing. Can only be set at
* engine create time.
*/
-#define XE_ENGINE_PROPERTY_COMPUTE_MODE 3
-#define XE_ENGINE_PROPERTY_PERSISTENCE 4
-#define XE_ENGINE_PROPERTY_JOB_TIMEOUT 5
-#define XE_ENGINE_PROPERTY_ACC_TRIGGER 6
-#define XE_ENGINE_PROPERTY_ACC_NOTIFY 7
-#define XE_ENGINE_PROPERTY_ACC_GRANULARITY 8
+#define XE_ENGINE_SET_PROPERTY_COMPUTE_MODE 3
+#define XE_ENGINE_SET_PROPERTY_PERSISTENCE 4
+#define XE_ENGINE_SET_PROPERTY_JOB_TIMEOUT 5
+#define XE_ENGINE_SET_PROPERTY_ACC_TRIGGER 6
+#define XE_ENGINE_SET_PROPERTY_ACC_NOTIFY 7
+#define XE_ENGINE_SET_PROPERTY_ACC_GRANULARITY 8
__u32 property;
/** @value: property value */