RE: [PATCH] drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table

2023-10-25 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Candice Li Sent: Thursday, October 26, 2023 12:37 To: amd-gfx@lists.freedesktop.org Cc: Li, Candice Subject: [PATCH] drm/amdgpu: Retrieve CE count from

[PATCH] drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table

2023-10-25 Thread Candice Li
Retrieve correctable error count from ce_count_lo_chip instead of mca_umc_status. Signed-off-by: Candice Li --- drivers/gpu/drm/amd/amdgpu/umc_v8_10.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v8_10.c b/drivers/gpu/drm/amd/am