aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
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,
636 * Synchronization 636 * Synchronization
637 */ 637 */
638struct amdgpu_sync { 638struct amdgpu_sync {
639 struct fence *sync_to[AMDGPU_MAX_RINGS];
640 DECLARE_HASHTABLE(fences, 4); 639 DECLARE_HASHTABLE(fences, 4);
641 struct fence *last_vm_update; 640 struct fence *last_vm_update;
642}; 641};