[PATCH i-g-t] lib/xe_query: Fix doc string for xe_device->memory_regions

Dixit, Ashutosh ashutosh.dixit at intel.com
Tue Jun 17 23:18:02 UTC 2025


On Tue, 17 Jun 2025 15:52:14 -0700, Matt Roper wrote:
>
> Due to a copy/paste error, the doc string did not match the field it was
> documenting.

Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> ---
>  lib/xe/xe_query.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/xe/xe_query.h b/lib/xe/xe_query.h
> index a84a6bfa5..1224a723a 100644
> --- a/lib/xe/xe_query.h
> +++ b/lib/xe/xe_query.h
> @@ -36,7 +36,7 @@ struct xe_device {
>	/** @gt_list: gt info */
>	struct drm_xe_query_gt_list *gt_list;
>
> -	/** @gt_list: bitmask of all memory regions */
> +	/** @memory_regions: bitmask of all memory regions */
>	uint64_t memory_regions;
>
>	/** @engines: hardware engines */
> --
> 2.49.0
>


More information about the igt-dev mailing list