Re: [PATCH 06/12] drm/amdgpu/sriov:handle more jobs hang in different ring case

2017-10-09 Thread Christian König
Am 30.09.2017 um 08:03 schrieb Monk Liu: quit first and try later if gpu_reset is already running, this way we can handle different jobs hang on different ring and crash each other on the same time Using schedule like this is not good coding style, please use a lock or completion event

[PATCH 06/12] drm/amdgpu/sriov:handle more jobs hang in different ring case

2017-09-30 Thread Monk Liu
quit first and try later if gpu_reset is already running, this way we can handle different jobs hang on different ring and crash each other on the same time Change-Id: I0c6bc8d76959c5053e7523c41b2305032fc6b79a Signed-off-by: Monk Liu ---