summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrancois Dugast <francois.dugast@intel.com>2023-11-10 15:52:10 +0000
committerFrancois Dugast <francois.dugast@intel.com>2023-11-16 19:59:15 +0100
commit618d682a7854089ba5210e9d35226b042daa901b (patch)
tree240acabc135ae72d34410605781313f5faa44c2e /include
parent0d6f5ff7a309326da3a4aa31c9fb44e3c0b5a7ee (diff)
drm-uapi/xe: Remove unused QUERY_CONFIG_GT_COUNT
Align with commit ("drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNT") Signed-off-by: Francois Dugast <francois.dugast@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/drm-uapi/xe_drm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index 28f232a67..594fe4ca5 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -325,8 +325,7 @@ struct drm_xe_query_config {
#define XE_QUERY_CONFIG_FLAGS_HAS_VRAM (0x1 << 0)
#define XE_QUERY_CONFIG_MIN_ALIGNMENT 2
#define XE_QUERY_CONFIG_VA_BITS 3
-#define XE_QUERY_CONFIG_GT_COUNT 4
-#define XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITY 5
+#define XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITY 4
/** @info: array of elements containing the config info */
__u64 info[];
};