Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed

2020-04-23 Thread Alex Deucher
> > To: Zhang, Hawking ; amd-gfx@lists.freedesktop.org > > Subject: Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test > > failed > > > > Am 23.04.20 um 11:01 schrieb Hawking Zhang: > >> driver should stop cp resume once compute ring test fai

Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed

2020-04-23 Thread Christian König
bject: Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed Am 23.04.20 um 11:01 schrieb Hawking Zhang: driver should stop cp resume once compute ring test failed Mhm intentionally ignored those errors because the compute rings sometimes doesn't come up again after a

RE: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed

2020-04-23 Thread Zhang, Hawking
@lists.freedesktop.org Subject: Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed Am 23.04.20 um 11:01 schrieb Hawking Zhang: > driver should stop cp resume once compute ring test failed Mhm intentionally ignored those errors because the compute rings sometimes doesn

Re: [PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed

2020-04-23 Thread Christian König
Am 23.04.20 um 11:01 schrieb Hawking Zhang: driver should stop cp resume once compute ring test failed Mhm intentionally ignored those errors because the compute rings sometimes doesn't come up again after a GPU reset. We even have the necessary logic in the SW scheduler to redirect the job

[PATCH 1/2] drm/amdgpu: stop cp resume when compute ring test failed

2020-04-23 Thread Hawking Zhang
driver should stop cp resume once compute ring test failed Change-Id: I4cd3328f38e0755d0c877484936132d204c9fe50 Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 4 +++- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 4 +++- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +++- 3 files