]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Only send RMA CPER when threshold is exceeded
authorKent Russell <kent.russell@amd.com>
Wed, 22 Apr 2026 13:34:04 +0000 (09:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Apr 2026 14:54:21 +0000 (10:54 -0400)
commit8bc09a7d0e90ec45a0b4865661cf45cbbce1c3d7
treebe853418120302f60472f021c25cb3539757fbd8
parent437cbca5ea50af4d1b37dd05aa33b4e791fd6d0f
drm/amdgpu: Only send RMA CPER when threshold is exceeded

According to our documentation, the RMA should only occur when the
threshold has been exceeded, not met.

Fixes: 5028a24aa89a ("drm/amdgpu: Send applicable RMA CPERs at end of RAS init")
Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c