mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
99453a9e81
commit
bb7ad55b8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue