[PATCH 1/2] drm/xe/guc: Add a missing H2G error code definition
John.C.Harrison at Intel.com
John.C.Harrison at Intel.com
Wed Mar 26 19:32:38 UTC 2025
From: John Harrison <John.C.Harrison at Intel.com>
These error codes are not actually used in the driver but it is
extremely useful to have them available to understand error messages.
The most recent spate of FAST_REQ errors being reported have been
about error 0x30C, so add in the missing define for that.
Signed-off-by: John Harrison <John.C.Harrison at Intel.com>
---
drivers/gpu/drm/xe/abi/guc_errors_abi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/xe/abi/guc_errors_abi.h b/drivers/gpu/drm/xe/abi/guc_errors_abi.h
index 2c627a21648f..c25ea52a6e61 100644
--- a/drivers/gpu/drm/xe/abi/guc_errors_abi.h
+++ b/drivers/gpu/drm/xe/abi/guc_errors_abi.h
@@ -40,6 +40,7 @@ enum xe_guc_response_status {
XE_GUC_RESPONSE_CTB_NOT_REGISTERED = 0x304,
XE_GUC_RESPONSE_CTB_IN_USE = 0x305,
XE_GUC_RESPONSE_CTB_INVALID_DESC = 0x306,
+ XE_GUC_RESPONSE_STATUS_HW_TIMEOUT = 0x30C,
XE_GUC_RESPONSE_CTB_SOURCE_INVALID_DESCRIPTOR = 0x30D,
XE_GUC_RESPONSE_CTB_DESTINATION_INVALID_DESCRIPTOR = 0x30E,
XE_GUC_RESPONSE_INVALID_CONFIG_STATE = 0x30F,
--
2.49.0
More information about the Intel-xe
mailing list