[igt-dev] [PATCH v1 4/7] drm-uapi/xe: Remove unused inaccessible memory region
Rodrigo Vivi
rodrigo.vivi at intel.com
Mon Nov 13 20:38:41 UTC 2023
On Fri, Nov 10, 2023 at 03:52:08PM +0000, Francois Dugast wrote:
> Align with commit ("drm/xe/uapi: Remove unused inaccessible memory region")
>
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
> include/drm-uapi/xe_drm.h | 5 -----
> tests/intel/xe_query.c | 2 --
> 2 files changed, 7 deletions(-)
>
> diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> index 1d8dc1b9c..68317a82e 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];
> };
> diff --git a/tests/intel/xe_query.c b/tests/intel/xe_query.c
> index 2cff75414..e6258ff01 100644
> --- a/tests/intel/xe_query.c
> +++ b/tests/intel/xe_query.c
> @@ -285,8 +285,6 @@ test_query_gt_list(int fd)
> gt_list->gt_list[i].native_mem_regions);
> igt_info("slow_mem_regions: 0x%016llx\n",
> gt_list->gt_list[i].slow_mem_regions);
> - igt_info("inaccessible_mem_regions: 0x%016llx\n",
> - gt_list->gt_list[i].inaccessible_mem_regions);
> }
> }
>
> --
> 2.34.1
>
More information about the igt-dev
mailing list