drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Tue, 25 Jan 2022 16:36:18 +0000 (11:36 -0500)
committerAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Wed, 9 Feb 2022 17:19:14 +0000 (12:19 -0500)
commit3675c2f26f33ab4928859fb8950a4697a16be5c9
treefe143535fc35bf23461f21ee35aca29689a2544f
parente923be9934a9c54a94e443f9e77bda5b9fbd1ce5
drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'

Since we have a single instance of reset semaphore which we
lock only once even for XGMI hive we don't need the nested
locking hint anymore.

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/msg74120.html
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c