aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index ec53d8f96d06..3ef34df8937b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3105,7 +3105,7 @@ static int amdgpu_device_handle_vram_lost(struct amdgpu_device *adev)
3105 long tmo; 3105 long tmo;
3106 3106
3107 if (amdgpu_sriov_runtime(adev)) 3107 if (amdgpu_sriov_runtime(adev))
3108 tmo = msecs_to_jiffies(amdgpu_lockup_timeout); 3108 tmo = msecs_to_jiffies(8000);
3109 else 3109 else
3110 tmo = msecs_to_jiffies(100); 3110 tmo = msecs_to_jiffies(100);
3111 3111