summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h
diff options
context:
space:
mode:
authorMonk Liu <Monk.Liu@amd.com>2017-04-05 07:17:39 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-04-06 20:28:06 +0300
commit8758cb6a96aec6a2474c1827d38f094264ac034b (patch)
tree96aae2104905102b442494b6f0f63e51b5dc3946 /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h
parentf98b617ed5cc47157c4ccb8204b41ccec9f1281d (diff)
downloadlinux-8758cb6a96aec6a2474c1827d38f094264ac034b.tar.xz
drm/amdgpu/vega10:timeout set to equal with VI
Signed-off-by: Monk Liu <Monk.Liu@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/drm/amd/amdgpu/mxgpu_ai.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h2
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,