As part of uAPI cleanup, remove this constant which is not used. Number
of GTs are provided as num_gt in drm_xe_query_gt_list.
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
        config->info[XE_QUERY_CONFIG_MIN_ALIGNMENT] =
                xe->info.vram_flags & XE_VRAM_FLAGS_NEED64K ? SZ_64K : SZ_4K;
        config->info[XE_QUERY_CONFIG_VA_BITS] = xe->info.va_bits;
-       config->info[XE_QUERY_CONFIG_GT_COUNT] = xe->info.gt_count;
        config->info[XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITY] =
                xe_exec_queue_device_get_max_priority(xe);
 
 
        #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[];
 };