RE: [PATCH V2 4/4] drm/amdgpu: add gpu reset check and exception handling

2024-06-20 Thread Zhang, Hawking
, Stanley ; Chai, Thomas Subject: [PATCH V2 4/4] drm/amdgpu: add gpu reset check and exception handling Add gpu reset check and exception handling for page retirement. v2: Clear poison consumption messages cached in fifo after non mode-1 reset. Signed-off-by: YiPeng Chai --- drivers/gpu/drm/amd

[PATCH V2 4/4] drm/amdgpu: add gpu reset check and exception handling

2024-06-19 Thread YiPeng Chai
Add gpu reset check and exception handling for page retirement. v2: Clear poison consumption messages cached in fifo after non mode-1 reset. Signed-off-by: YiPeng Chai --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 52 + 1 file changed, 52 insertions(+) diff --git a/dr