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)
commit9882e278536e6a78a49506aa70318db0455b5d74
tree16ce1f797cfc9b5e58d4ae9b29db22fb9243b070
parentb65650a3dda31c6ebd5755d9023694972a96c80f
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