summaryrefslogtreecommitdiff
path: root/include/drm-uapi
diff options
context:
space:
mode:
authorFrancois Dugast <francois.dugast@intel.com>2023-11-10 15:52:08 +0000
committerFrancois Dugast <francois.dugast@intel.com>2023-11-16 19:59:15 +0100
commit7773d076284f53178dadeb445382cdb890c9c30e (patch)
tree269d8e8ae3bd0b06243a80d5411bcf825e8a50c6 /include/drm-uapi
parent3557bb1215d5d57a4fbad50537272e96f37d71ce (diff)
drm-uapi/xe: Remove unused inaccessible memory region
Align with commit ("drm/xe/uapi: Remove unused inaccessible memory region") 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index aa66cfe53..993c311a1 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/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];
};