RE: [PATCH] drm/amdgpu: Correctly clear GCEA error status

2021-05-26 Thread Zhang, Hawking
[AMD Official Use Only] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Joshi, Mukul Sent: Wednesday, May 26, 2021 04:20 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Clements, John ; Li, Dennis ; Joshi, Mukul Subject: [PATCH] drm/amdgpu: Correctly

RE: [PATCH] drm/amdgpu: Correctly clear GCEA error status

2021-05-26 Thread Clements, John
: Correctly clear GCEA error status While clearing GCEA error status, do not clear the bits set by RAS TA. Signed-off-by: Mukul Joshi --- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c

[PATCH] drm/amdgpu: Correctly clear GCEA error status

2021-05-25 Thread Mukul Joshi
While clearing GCEA error status, do not clear the bits set by RAS TA. Signed-off-by: Mukul Joshi --- drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c