projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0f94d
)
drm/amdgpu: statistic xgmi training error count
author
Stanley.Yang
<Stanley.Yang@amd.com>
Tue, 20 Jan 2026 11:19:08 +0000
(19:19 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 3 Feb 2026 21:43:46 +0000
(16:43 -0500)
Report xgmi training error uncorrectable error count.
Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
index
aad530c
..
9e32f34
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
@@
-1176,7
+1176,7
@@
static int xgmi_v6_4_0_aca_bank_parser(struct aca_handle *handle, struct aca_ban
switch (type) {
case ACA_SMU_TYPE_UE:
- if (ext_error_code != 0 && ext_error_code != 9)
+ if (ext_error_code != 0 && ext_error_code !=
1 && ext_error_code !=
9)
count = 0ULL;
bank->aca_err_type = ACA_ERROR_TYPE_UE;