drm/amdgpu: correct cancel_delayed_work_sync on gpu reset
authorEvan Quan <evan.quan@amd.com>
Thu, 16 Apr 2020 04:20:38 +0000 (12:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Apr 2020 22:11:49 +0000 (18:11 -0400)
commit52fb44cf30fc6b11a2faf8d8d905e756ea24f919
treebfb3fe48dee8ac7abccf68898df4837a2ccdc241
parenta2f63ee8b5eabda8b317425d1e487e51a4d7b21e
drm/amdgpu: correct cancel_delayed_work_sync on gpu reset

As for XGMI setup, it should be performed on other devices
from the hive also.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c