]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: support to find RAS bad pages via old TA
authorTao Zhou <tao.zhou1@amd.com>
Thu, 24 Oct 2024 07:34:27 +0000 (15:34 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:46 +0000 (10:26 -0500)
commit07dd49e1fc42fcb67a1786c2b2f71e0dd0079935
tree71f10dd70d8dba934ad56f475e83987500975cce
parentb02ef407729d9eb26fbc74ca229e28dbe971e1c1
drm/amdgpu: support to find RAS bad pages via old TA

Old version of RAS TA doesn't support to convert MCA address stored on
eeprom to physical address (PA), support to find all bad pages in one
memory row by PA with old RAS TA. This approach is only suitable for
nps1 mode.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c