diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 069cc28941ba..70e783a849ed 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -699,8 +699,8 @@ struct amdgpu_sync { | |||
699 | }; | 699 | }; |
700 | 700 | ||
701 | void amdgpu_sync_create(struct amdgpu_sync *sync); | 701 | void amdgpu_sync_create(struct amdgpu_sync *sync); |
702 | void amdgpu_sync_fence(struct amdgpu_sync *sync, | 702 | int amdgpu_sync_fence(struct amdgpu_device *adev, struct amdgpu_sync *sync, |
703 | struct amdgpu_fence *fence); | 703 | struct fence *f); |
704 | int amdgpu_sync_resv(struct amdgpu_device *adev, | 704 | int amdgpu_sync_resv(struct amdgpu_device *adev, |
705 | struct amdgpu_sync *sync, | 705 | struct amdgpu_sync *sync, |
706 | struct reservation_object *resv, | 706 | struct reservation_object *resv, |