RE: [PATCH] drm/amdgpu: Drop deferred error in uncorrectable error check

2023-10-27 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Candice Li Sent: Friday, October 27, 2023 18:30 To: amd-gfx@lists.freedesktop.org Cc: Li, Candice Subject: [PATCH] drm/amdgpu: Drop deferred error in

[PATCH] drm/amdgpu: Drop deferred error in uncorrectable error check

2023-10-27 Thread Candice Li
Drop checking deferred error which can be handled by poison consumption. Signed-off-by: Candice Li --- drivers/gpu/drm/amd/amdgpu/umc_v12_0.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v12_0.c b/drivers/gpu/drm/amd/amdgpu/umc_v12_0.c ind