diff options
author | Christian König <christian.koenig@amd.com> | 2016-02-03 15:11:39 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-10 14:17:17 -0500 |
commit | 8a8f0b48a0162c449481ae91ba2ef51b6539f41c (patch) | |
tree | 42cbf9dd8934dc85afe7283962a2103ce0351932 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | cc325d1913475655b81c0417ba04c84f168ac78c (diff) | |
download | linux-8a8f0b48a0162c449481ae91ba2ef51b6539f41c.tar.gz linux-8a8f0b48a0162c449481ae91ba2ef51b6539f41c.tar.bz2 linux-8a8f0b48a0162c449481ae91ba2ef51b6539f41c.zip |
drm/amdgpu: remove adev and fence from amdgpu_sync_free
Just leftovers from the semaphores.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucer@amd.com>
Signed-off-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index a783c684b49b..6eb5550a6f16 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -644,8 +644,7 @@ int amdgpu_sync_resv(struct amdgpu_device *adev, void *owner); struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); int amdgpu_sync_wait(struct amdgpu_sync *sync); -void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, - struct fence *fence); +void amdgpu_sync_free(struct amdgpu_sync *sync); /* * GART structures, functions & helpers |