[AMD Official Use Only - AMD Internal Distribution Only]

Reviewed-by: Tao Zhou <[email protected]>

> -----Original Message-----
> From: amd-gfx <[email protected]> On Behalf Of
> Stanley.Yang
> Sent: Friday, January 23, 2026 7:28 PM
> To: [email protected]
> Cc: Yang, Stanley <[email protected]>
> Subject: [PATCH Review 1/1] drm/amdgpu: statistic xgmi training error count
>
> Report xgmi training error uncorrectable error count.
>
> Signed-off-by: Stanley.Yang <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> index 95f3611d743b..a220fa6dcd6e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
> @@ -1199,7 +1199,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;
> --
> 2.25.1

Reply via email to