summaryrefslogtreecommitdiff
path: root/include/drm-uapi
diff options
context:
space:
mode:
authorFrancois Dugast <francois.dugast@intel.com>2023-11-22 14:45:48 +0100
committerFrancois Dugast <francois.dugast@intel.com>2023-12-05 09:26:37 +0100
commitb60fcc61cabf89e02c59a7e33ab71cfb4d6a1c23 (patch)
tree4685227c7b07c4d7f9f82a8a32f9bcacddc83c4a /include/drm-uapi
parenta8396ea71a810064f2d1dbb4fed5391b0517cc60 (diff)
drm-uapi/xe: Add Tile ID information to the GT info query
Align with commit ("drm/xe/uapi: Add Tile ID information to the GT info query") Signed-off-by: Francois Dugast <francois.dugast@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm-uapi')
-rw-r--r--include/drm-uapi/xe_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index 0850e5ee5..b703dc7ce 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -377,6 +377,8 @@ struct drm_xe_gt {
#define DRM_XE_QUERY_GT_TYPE_MEDIA 1
/** @type: GT type: Main or Media */
__u16 type;
+ /** @tile_id: Tile ID where this GT lives (Information only) */
+ __u16 tile_id;
/** @gt_id: Unique ID of this GT within the PCI Device */
__u16 gt_id;
/** @reference_clock: A clock frequency for timestamp */