From: Francois Dugast Date: Fri, 10 Nov 2023 15:41:53 +0000 (+0000) Subject: drm/xe/uapi: Remove unused inaccessible memory region X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34f0cf6dc4c79a915c7e1022f232f592bfa6c078;p=linux.git 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 Reviewed-by: José Roberto de Souza Signed-off-by: Rodrigo Vivi --- diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h index 808d92262bcd0..0f8c5afd35842 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]; };