]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: Use correct severity for BP threshold exceed event
authorXiang Liu <xiang.liu@amd.com>
Fri, 27 Jun 2025 15:14:08 +0000 (23:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Jun 2025 16:08:00 +0000 (12:08 -0400)
commit4a33ca3f6ee9a013a423a867426704e9c9d785bd
tree731b58d4dff18073fdf1acf5daeefc13ba506caf
parentcea3031b4249208b519fb6aa779301cef523c90b
drm/amdgpu: Use correct severity for BP threshold exceed event

The severity of CPER for BP threshold exceed event should be set as
CPER_SEV_FATAL to match the OOB implementation.

Signed-off-by: Xiang Liu <xiang.liu@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_cper.c