diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
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); |
657 | int amdgpu_sync_rings(struct amdgpu_sync *sync, | ||
658 | struct amdgpu_ring *ring); | ||
659 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); | 657 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); |
660 | int amdgpu_sync_wait(struct amdgpu_sync *sync); | 658 | int amdgpu_sync_wait(struct amdgpu_sync *sync); |
661 | void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, | 659 | void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, |