OSDN Git Service

drm/amdgpu: skip umc ras irq handling in poison mode (v2)
authorTao Zhou <tao.zhou1@amd.com>
Fri, 17 Sep 2021 10:40:57 +0000 (18:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Sep 2021 13:30:07 +0000 (09:30 -0400)
commitf524dd54a78924b59acd8f251788889129b3a2e9
treeeaa3ec8ca04b047618f753c9926345755e9d1ecc
parente43488493cbb46e862f83c66887f3e6cb854c6f0
drm/amdgpu: skip umc ras irq handling in poison mode (v2)

In ras poison mode, umc uncorrectable error will be ignored until
the corrupted data consumed by another ras module (such as gfx, sdma).

v2: update the debug message and replace dev_warn with dev_info.

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