diff options
author | Christian König <christian.koenig@amd.com> | 2015-05-22 04:55:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-03 21:03:50 -0400 |
commit | 9269a606866012c472e6dc614fd7b7c0eaa647a2 (patch) | |
tree | 720c029cc8b39234769d541bb569a3478fabad50 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 5fb1941d0ce70d8ce56b12edcb1a1f2ba07629dd (diff) |
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ
It's causing issues with VMID handling and comparing the
fence value two times actually doesn't make handling faster.
Port of radeon commit "d6d5c5b8364bcc4d52cddc68bcb0a330d2af20f3".
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Monk Liu <monk.liu@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 52d684563b18..411cfb91170f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -84,9 +84,6 @@ extern int amdgpu_vm_block_size; | |||
84 | #define AMDGPUFB_CONN_LIMIT 4 | 84 | #define AMDGPUFB_CONN_LIMIT 4 |
85 | #define AMDGPU_BIOS_NUM_SCRATCH 8 | 85 | #define AMDGPU_BIOS_NUM_SCRATCH 8 |
86 | 86 | ||
87 | /* fence seq are set to this number when signaled */ | ||
88 | #define AMDGPU_FENCE_SIGNALED_SEQ 0LL | ||
89 | |||
90 | /* max number of rings */ | 87 | /* max number of rings */ |
91 | #define AMDGPU_MAX_RINGS 16 | 88 | #define AMDGPU_MAX_RINGS 16 |
92 | #define AMDGPU_MAX_GFX_RINGS 1 | 89 | #define AMDGPU_MAX_GFX_RINGS 1 |