]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: save UMC global channel index to eeprom
authorTao Zhou <tao.zhou1@amd.com>
Tue, 29 Oct 2024 11:46:44 +0000 (19:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:46 +0000 (10:26 -0500)
commit71a0e9630027f77d7646c5b750593c9ecfaa27d3
tree03dcb0701ad964b6ed77c3dec7cbb5d08431831a
parent07dd49e1fc42fcb67a1786c2b2f71e0dd0079935
drm/amdgpu: save UMC global channel index to eeprom

Save the global channel index returned by RAS TA to eeprom.
We can get memory physical address by MCA address and channel index.

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