summaryrefslogtreecommitdiff
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorFrancois Dugast <francois.dugast@intel.com>2023-11-10 18:41:53 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:44:33 +0300
commit34f0cf6dc4c79a915c7e1022f232f592bfa6c078 (patch)
treeb714fed7ca00f73cd089ad1f779f667eca3c1c5f /include/uapi/drm
parentddfa2d6a846a571edb4dc6ed29d94b38558ae088 (diff)
downloadlinux-34f0cf6dc4c79a915c7e1022f232f592bfa6c078.tar.xz
drm/xe/uapi: Remove unused inaccessible memory region
This is not used and also the negative of the other 2 regions: native_mem_regions and slow_mem_regions. 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>
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/xe_drm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 808d92262bcd..0f8c5afd3584 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -360,11 +360,6 @@ struct drm_xe_query_gt {
* they live on a different GPU/Tile.
*/
__u64 slow_mem_regions;
- /**
- * @inaccessible_mem_regions: Bit mask of instances from
- * drm_xe_query_mem_usage that is not accessible by this GT at all.
- */
- __u64 inaccessible_mem_regions;
/** @reserved: Reserved */
__u64 reserved[8];
};