diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-07-26 08:56:31 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 21:37:07 +0300 |
commit | bb7ad55b8a2be632714c88e6e611fe2cea3481d7 (patch) | |
tree | 23ce3ffc3196ca5bea60bbd79bb3db488ecb810f /drivers/gpu | |
parent | 99453a9e814d706d3ccb63deb7879fd9e6681d00 (diff) | |
download | linux-bb7ad55b8a2be632714c88e6e611fe2cea3481d7.tar.xz |
drm/amdgpu: increase timeout of IB test
we should give enough time to IB test.
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c index 050062e07a44..a31d7ef3032c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c @@ -33,7 +33,7 @@ #include "amdgpu.h" #include "atom.h" -#define AMDGPU_IB_TEST_TIMEOUT msecs_to_jiffies(10) +#define AMDGPU_IB_TEST_TIMEOUT msecs_to_jiffies(1000) /* * IB |