diff options
author | Monk Liu <[email protected]> | 2017-04-05 12:17:39 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-04-06 13:28:06 -0400 |
commit | 8758cb6a96aec6a2474c1827d38f094264ac034b (patch) | |
tree | 96aae2104905102b442494b6f0f63e51b5dc3946 | |
parent | f98b617ed5cc47157c4ccb8204b41ccec9f1281d (diff) |
drm/amdgpu/vega10:timeout set to equal with VI
Signed-off-by: Monk Liu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h index a9815b68f5de..9aefc44d2c34 100644 --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h @@ -24,7 +24,7 @@ #ifndef __MXGPU_AI_H__ #define __MXGPU_AI_H__ -#define AI_MAILBOX_TIMEDOUT 150000 +#define AI_MAILBOX_TIMEDOUT 5000 enum idh_request { IDH_REQ_GPU_INIT_ACCESS = 1, |