]> 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 15:10:31 +0000 (11:10 -0400)
commitb56922fc37454633b831a2a04a1537616742977d
tree38bc8b7596c681459c28726925fca5da1f18846d
parent686e5985d9f5ba29e2fd43d618548039727adee2
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>
(cherry picked from commit 8bc09a7d0e90ec45a0b4865661cf45cbbce1c3d7)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c