[PATCH 3/4] drm/xe/guc: Fixup HXG Fast Request description

Michal Wajdeczko michal.wajdeczko at intel.com
Tue Jun 11 18:07:34 UTC 2024


Like it's i915 copy, it was wrongly referring to the HXG Request.

Reported-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
---
 drivers/gpu/drm/xe/abi/guc_messages_abi.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/abi/guc_messages_abi.h b/drivers/gpu/drm/xe/abi/guc_messages_abi.h
index f6ed4dfd215c..2a0317cda7db 100644
--- a/drivers/gpu/drm/xe/abi/guc_messages_abi.h
+++ b/drivers/gpu/drm/xe/abi/guc_messages_abi.h
@@ -94,8 +94,8 @@
 /**
  * DOC: HXG Fast Request
  *
- * The `HXG Request`_ message should be used to initiate asynchronous activity
- * for which confirmation or return data is not expected.
+ * The `HXG Fast Request`_ message should be used to initiate asynchronous
+ * activity for which confirmation or return data is not expected.
  *
  * If confirmation is required then `HXG Request`_ shall be used instead.
  *
-- 
2.43.0



More information about the Intel-xe mailing list