drm/amdgpu: Stop any pending reset if another in progress.
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Tue, 17 May 2022 18:56:34 +0000 (14:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Jun 2022 19:26:18 +0000 (15:26 -0400)
commit247c7b0dac3cf1141b8bf5520adf2fac1a797aa9
tree8a38d5fee6731c25be598a6a4f3b23f2ff048324
parentcf727044144d47c3e8482b9a7775bd3f04a87341
drm/amdgpu: Stop any pending reset if another in progress.

We skip rest requests if another one is already in progress.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c