mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/amdgpu: Drop hive->in_reset
Since we serialize all resets no need to protect from concurrent resets. 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/msg74115.html
This commit is contained in:
@@ -33,7 +33,6 @@ struct amdgpu_hive_info {
|
||||
struct list_head node;
|
||||
atomic_t number_devices;
|
||||
struct mutex hive_lock;
|
||||
atomic_t in_reset;
|
||||
int hi_req_count;
|
||||
struct amdgpu_device *hi_req_gpu;
|
||||
struct task_barrier tb;
|
||||
|
||||
Reference in New Issue
Block a user