diff options
| author | Christian König <christian.koenig@amd.com> | 2018-09-18 11:38:09 +0300 | 
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2018-09-19 20:38:10 +0300 | 
| commit | 3e14bedc581c3b7b05cd36352d0d47eca0317497 (patch) | |
| tree | 7bcabe86261f716c24b9523a8a7fbe1e0b0aed0d /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 32f2a0d117769bdca7f7ee6224659f2c688ebc85 (diff) | |
| download | linux-3e14bedc581c3b7b05cd36352d0d47eca0317497.tar.xz | |
drm/amdgpu: remove fence fallback
DC doesn't seem to have a fallback path either.
So when interrupts doesn't work any more we are pretty much busted no
matter what.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@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, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c43bc83c2d29..6cb35e3dab30 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -146,7 +146,6 @@ extern int amdgpu_cik_support;  #define AMDGPU_DEFAULT_GTT_SIZE_MB		3072ULL /* 3GB by default */  #define AMDGPU_WAIT_IDLE_TIMEOUT_IN_MS	        3000  #define AMDGPU_MAX_USEC_TIMEOUT			100000	/* 100 ms */ -#define AMDGPU_FENCE_JIFFIES_TIMEOUT		(HZ / 2)  /* AMDGPU_IB_POOL_SIZE must be a power of 2 */  #define AMDGPU_IB_POOL_SIZE			16  #define AMDGPU_DEBUGFS_MAX_COMPONENTS		32  | 
