diff options
| author | Chunming Zhou <[email protected]> | 2016-07-26 05:56:31 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-07-29 18:37:07 +0000 |
| commit | bb7ad55b8a2be632714c88e6e611fe2cea3481d7 (patch) | |
| tree | 23ce3ffc3196ca5bea60bbd79bb3db488ecb810f /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | |
| parent | drm/amdgpu: add destroy session when generate VCE destroy msg. (diff) | |
| download | kernel-bb7ad55b8a2be632714c88e6e611fe2cea3481d7.tar.gz kernel-bb7ad55b8a2be632714c88e6e611fe2cea3481d7.zip | |
drm/amdgpu: increase timeout of IB test
we should give enough time to IB test.
Signed-off-by: Chunming Zhou <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
| -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 |
