drm/amdgpu: Drop concurrent GPU reset protection for device
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Thu, 16 Dec 2021 19:24:43 +0000 (14:24 -0500)
committerAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Wed, 9 Feb 2022 17:16:53 +0000 (12:16 -0500)
commitf287a3c5b03f51efa8d8f3e141a79177f91047e0
tree20fa8eba3bebe988ec9693d0f92d9807f83f40ea
parent681260df4dad45337b14ba762f94b402204e9ac3
drm/amdgpu: Drop concurrent GPU reset protection for device

Since now all GPU resets are serialzied there is no need for this.

This patch also reverts 'drm/amdgpu: race issue when jobs on 2 ring timeout'

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://www.spinics.net/lists/amd-gfx/msg74119.html
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c