Re: [PATCH 5/5] drm/amdgpu: add gpu reset check before page retirement thread runs

2024-06-13 Thread Christian König
Am 13.06.24 um 04:25 schrieb YiPeng Chai: If gpu is recovering, clear all message reset flags in fifo and wait for gpu to complete recovery. Signed-off-by: YiPeng Chai --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu

[PATCH 5/5] drm/amdgpu: add gpu reset check before page retirement thread runs

2024-06-12 Thread YiPeng Chai
If gpu is recovering, clear all message reset flags in fifo and wait for gpu to complete recovery. Signed-off-by: YiPeng Chai --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/a