This fixes a timeout whilst running GravityMark v1.89 Fullscreen VK RT

Fixes: 1bea57ea7544 ("drm/amdgpu: reduce queue timeout to 2 seconds v2")
Signed-off-by: Mike Lothian <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index c7f44422939f..00f495b8c4f0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4204,9 +4204,9 @@ static int amdgpu_device_get_job_timeout_settings(struct 
amdgpu_device *adev)
        long timeout;
        int ret = 0;
 
-       /* By default timeout for all queues is 2 sec */
+       /* By default timeout for all queues is 3 sec */
        adev->gfx_timeout = adev->compute_timeout = adev->sdma_timeout =
-               adev->video_timeout = msecs_to_jiffies(2000);
+               adev->video_timeout = msecs_to_jiffies(3000);
 
        if (!strnlen(input, AMDGPU_MAX_TIMEOUT_PARAM_LENGTH))
                return 0;
-- 
2.53.0

Reply via email to