commit | ceb47e0d84d9d327ef3cd7091fb54f612394f189 | [log] [tgz] |
---|---|---|
author | Mukul Joshi <mukul.joshi@amd.com> | Wed Mar 24 11:51:35 2021 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Apr 20 21:45:17 2021 -0400 |
tree | 7e5909849ce474ad92436abce27dd644b20e0fa7 | |
parent | 1f0d8e3781f40c6cae7cb68a4cccfc54dd4ad3a1 [diff] |
drm/amdgpu: Fix SDMA RAS error reporting on Aldebaran Fix the following issues with SDMA RAS error reporting: 1. Read the EDC_COUNTER2 register also to fetch error counts for all sub-blocks in SDMA. 2. SDMA RAS on Aldebaran suports single-bit uncorrectable errors only. So, report error count in UE count instead of CE count. Signed-off-by: Mukul Joshi <mukul.joshi@amd.com> Reviewed-By: John Clements <John.Clements@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>