diff options
author | Andrey Grodzovsky <andrey.grodzovsky@amd.com> | 2018-09-21 14:48:50 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-09-26 22:09:13 -0400 |
commit | 8c5e13ec6a2c26d31d0551dc382661dc10823be0 (patch) | |
tree | 3a0dfc500ae1fcaa0b696740b523c3e291fd30f2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | c95f75f4e86c1c0d867b76f2a134dbeac099cf89 (diff) |
Revert "drm/amdgpu: remove fence fallback"
This reverts commit 9b0df0937a852d299fbe42a5939c9a8a4cc83c55.
This commit breaks KCQ IB test and S3 on Polaris 11.
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 6cb35e3dab30..c43bc83c2d29 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -146,6 +146,7 @@ extern int amdgpu_cik_support; | |||
146 | #define AMDGPU_DEFAULT_GTT_SIZE_MB 3072ULL /* 3GB by default */ | 146 | #define AMDGPU_DEFAULT_GTT_SIZE_MB 3072ULL /* 3GB by default */ |
147 | #define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000 | 147 | #define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS 3000 |
148 | #define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */ | 148 | #define AMDGPU_MAX_USEC_TIMEOUT 100000 /* 100 ms */ |
149 | #define AMDGPU_FENCE_JIFFIES_TIMEOUT (HZ / 2) | ||
149 | /* AMDGPU_IB_POOL_SIZE must be a power of 2 */ | 150 | /* AMDGPU_IB_POOL_SIZE must be a power of 2 */ |
150 | #define AMDGPU_IB_POOL_SIZE 16 | 151 | #define AMDGPU_IB_POOL_SIZE 16 |
151 | #define AMDGPU_DEBUGFS_MAX_COMPONENTS 32 | 152 | #define AMDGPU_DEBUGFS_MAX_COMPONENTS 32 |