RE: [PATCH] drm/amdgpu: Identify data parity error corrected in replay mode

2023-10-25 Thread Wang, Yang(Kevin)
Reviewed-by: Yang Wang Best Regards, Kevin -Original Message- From: amd-gfx On Behalf Of Candice Li Sent: Thursday, October 26, 2023 10:30 AM To: amd-gfx@lists.freedesktop.org Cc: Zhou1, Tao ; Li, Candice Subject: [PATCH] drm/amdgpu: Identify data parity error corrected in replay mode

[PATCH] drm/amdgpu: Identify data parity error corrected in replay mode

2023-10-25 Thread Candice Li
Use ErrorCodeExt field to identify data parity error in replay mode. Signed-off-by: Candice Li Reviewed-by: Tao Zhou --- drivers/gpu/drm/amd/amdgpu/umc_v12_0.c | 32 ++ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/umc_v12_0.c