]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VF
authorEmily.Deng <Emily.Deng@amd.com>
Wed, 6 Jan 2021 11:34:58 +0000 (19:34 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Jan 2021 04:46:17 +0000 (23:46 -0500)
commit09d91bbc2d1ec9523530190c12f399a700c86083
tree16ce1f797cfc9b5e58d4ae9b29db22fb9243b070
parenta3bc5d7c911fe8256d73907a8586eede568b2be2
drm/amdgpu: Decrease compute timeout to 10 s for sriov multiple VF

For multiple VF, after engine hang,as host driver will first
encounter FLR, so has no meanning to set compute to 60s.

v2:
   Refine the patch and comment

Signed-off-by: Emily.Deng <Emily.Deng@amd.com>
Acked-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