Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] lib/xe_query: Fix doc string for xe_device->memory_regions
@ 2025-06-17 22:52 Matt Roper
  2025-06-17 23:18 ` Dixit, Ashutosh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Matt Roper @ 2025-06-17 22:52 UTC (permalink / raw)
  To: igt-dev; +Cc: matthew.d.roper

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@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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-18 16:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 22:52 [PATCH i-g-t] lib/xe_query: Fix doc string for xe_device->memory_regions Matt Roper
2025-06-17 23:18 ` Dixit, Ashutosh
2025-06-18  4:29 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-06-18  4:29 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-18 16:39 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox