[PATCH i-g-t] lib/xe_query: Fix doc string for xe_device->memory_regions
Matt Roper
matthew.d.roper at intel.com
Tue Jun 17 22:52:14 UTC 2025
Due to a copy/paste error, the doc string did not match the field it was
documenting.
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