Skip to content

Commit

Permalink
drm/amdgpu/vega10:timeout set to equal with VI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Monk Liu authored and Alex Deucher committed Apr 6, 2017
1 parent f98b617 commit 8758cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8758cb6

Please sign in to comment.