diff options
| author | Monk Liu <[email protected]> | 2017-04-05 04:17:39 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-04-06 17:28:06 +0000 |
| commit | 8758cb6a96aec6a2474c1827d38f094264ac034b (patch) | |
| tree | 96aae2104905102b442494b6f0f63e51b5dc3946 /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h | |
| parent | drm/amdgpu:implement the reset MB func for vega10 (diff) | |
| download | kernel-8758cb6a96aec6a2474c1827d38f094264ac034b.tar.gz kernel-8758cb6a96aec6a2474c1827d38f094264ac034b.zip | |
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]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h')
| -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, |
