aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2016-02-03 14:12:58 +0000
committerAlex Deucher <[email protected]>2016-02-10 19:17:17 +0000
commit867d0517c705d9ae5a21f566ffe2308f5c070c6c (patch)
tree0f804300707d9a18a625746d307f4f0bae190ba7 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: remove adev and fence from amdgpu_sync_free (diff)
downloadkernel-867d0517c705d9ae5a21f566ffe2308f5c070c6c.tar.gz
kernel-867d0517c705d9ae5a21f566ffe2308f5c070c6c.zip
drm/amdgpu: remove AMDGPU_NUM_SYNCS
Just a leftover from semaphores. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h3
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 6eb5550a6f16..935b9aa08474 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -104,9 +104,6 @@ extern int amdgpu_powerplay;
/* max number of IP instances */
#define AMDGPU_MAX_SDMA_INSTANCES 2
-/* number of hw syncs before falling back on blocking */
-#define AMDGPU_NUM_SYNCS 4
-
/* hardcode that limit for now */
#define AMDGPU_VA_RESERVED_SIZE (8 << 20)