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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 745a9a1ae54b..8c55c1d78ffe 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -654,8 +654,6 @@ int amdgpu_sync_resv(struct amdgpu_device *adev,
654 struct amdgpu_sync *sync, 654 struct amdgpu_sync *sync,
655 struct reservation_object *resv, 655 struct reservation_object *resv,
656 void *owner); 656 void *owner);
657int amdgpu_sync_rings(struct amdgpu_sync *sync,
658 struct amdgpu_ring *ring);
659struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); 657struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync);
660int amdgpu_sync_wait(struct amdgpu_sync *sync); 658int amdgpu_sync_wait(struct amdgpu_sync *sync);
661void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, 659void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync,