]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: add flag to indicate the type of RAS eeprom record
authorTao Zhou <tao.zhou1@amd.com>
Fri, 18 Oct 2024 09:52:59 +0000 (17:52 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:46 +0000 (10:26 -0500)
commit772df3df809a536c3e1b14db5a1dd74ae7baa102
tree22e9a4874dd2f8f333d9dcc82d892a13b556a7fa
parent95024c714b83d267036564be998328762c47fbda
drm/amdgpu: add flag to indicate the type of RAS eeprom record

One UMC MCA address could map to multiply physical address (PA):

AMDGPU_RAS_EEPROM_REC_PA: one record store one PA
AMDGPU_RAS_EEPROM_REC_MCA: one record store one MCA address, PA
is not cared about

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
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h