RE: [PATCH] drm/amdgpu: change reset lock from mutex to rw_semaphore

2020-08-20 Thread Li, Dennis
@lists.freedesktop.org; Deucher, Alexander ; Kuehling, Felix ; Zhang, Hawking ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: change reset lock from mutex to rw_semaphore Am 20.08.20 um 04:09 schrieb Dennis Li: > clients don't need reset-lock for synchronization when no GPU > recovery. > >

Re: [PATCH] drm/amdgpu: change reset lock from mutex to rw_semaphore

2020-08-20 Thread Christian König
Am 20.08.20 um 04:09 schrieb Dennis Li: clients don't need reset-lock for synchronization when no GPU recovery. Signed-off-by: Dennis Li diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c8aec832b244..ec11ed2a9ca4 100644 ---