summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-01-18 14:49:45 +0100
committerAlex Deucher <alexander.deucher@amd.com>2016-02-10 14:16:52 -0500
commit046c12c67b15018ab7ed2688a252475d5a8b9db1 (patch)
tree4ff5af6064cf2a22b84653802cfe79d6bab3ec8c /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentea5e4c87319aad5e196455145078eb8a9e964afb (diff)
downloadlinux-046c12c67b15018ab7ed2688a252475d5a8b9db1.tar.bz2
drm/amdgpu: remove sync_to from sync obj v2
Not needed any more without semaphores. v2: remove unused variables as well Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Acked-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.h1
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 297b231e4fcc..3e040cb20ebe 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -636,7 +636,6 @@ int amdgpu_mode_dumb_mmap(struct drm_file *filp,
* Synchronization
*/
struct amdgpu_sync {
- struct fence *sync_to[AMDGPU_MAX_RINGS];
DECLARE_HASHTABLE(fences, 4);
struct fence *last_vm_update;
};