]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit967c568e6b26e45453a6cbfd0b2ed05440a7d123
treeeaa3ec8ca04b047618f753c9926345755e9d1ecc
parent75400ac84d8d876c280b2558f325f98a638d4221
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