Re: [PATCH] Remove calls to DAL suspend/resume from amdgpu_device_gpu_recover.

2018-05-18 Thread Christian König
Am 17.05.2018 um 20:41 schrieb Harry Wentland: On 2018-05-17 11:50 AM, Andrey Grodzovsky wrote: First of all it's already being called from the display code from amd_ip_funcs.suspend/resume hooks. Second of all, the place in amdgpu_device_gpu_recover it's being called is wrong for GPU stalls s

Re: [PATCH] Remove calls to DAL suspend/resume from amdgpu_device_gpu_recover.

2018-05-17 Thread Harry Wentland
On 2018-05-17 11:50 AM, Andrey Grodzovsky wrote: > First of all it's already being called from the display code from > amd_ip_funcs.suspend/resume hooks. > Second of all, the place in amdgpu_device_gpu_recover it's being called is > wrong for GPU stalls since > it is called BEFORE we cancel and f

[PATCH] Remove calls to DAL suspend/resume from amdgpu_device_gpu_recover.

2018-05-17 Thread Andrey Grodzovsky
First of all it's already being called from the display code from amd_ip_funcs.suspend/resume hooks. Second of all, the place in amdgpu_device_gpu_recover it's being called is wrong for GPU stalls since it is called BEFORE we cancel and force completion of all jobs which were not yet processed.