drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table
authorCandice Li <candice.li@amd.com>
Thu, 26 Oct 2023 04:28:15 +0000 (12:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Oct 2023 18:15:10 +0000 (14:15 -0400)
commita395f7ffcebe59477d80f049889cb652d80db040
tree604024dfe966a648711edb9fd6d7f3cc16450907
parentd59fcfb0848b49d5efc62079d3aad4bbaf760aa1
drm/amdgpu: Retrieve CE count from ce_count_lo_chip in EccInfo table

Retrieve correctable error count from ce_count_lo_chip instead of
mca_umc_status.

Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v8_10.c