diff options
author | Christian König <christian.koenig@amd.com> | 2015-08-06 11:49:25 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:51:08 -0400 |
commit | 3cdb8119d95411ddbca9f9af13b72e4afce6e6d2 (patch) | |
tree | 53809292e4bfd4f4f3f955f786decf2dfffc18cd /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | f556cb0caeec1ba9b8e5e2aa85b47e76277f5d4b (diff) |
drm/amdgpu: remove amdgpu_fence_signaled
The common kernel function does the same thing.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-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 | 1 |
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 2ba448ee948b..abf1650f6936 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -439,7 +439,6 @@ int amdgpu_fence_wait_next(struct amdgpu_ring *ring); | |||
439 | int amdgpu_fence_wait_empty(struct amdgpu_ring *ring); | 439 | int amdgpu_fence_wait_empty(struct amdgpu_ring *ring); |
440 | unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); | 440 | unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); |
441 | 441 | ||
442 | bool amdgpu_fence_signaled(struct amdgpu_fence *fence); | ||
443 | int amdgpu_fence_wait(struct amdgpu_fence *fence, bool interruptible); | 442 | int amdgpu_fence_wait(struct amdgpu_fence *fence, bool interruptible); |
444 | signed long amdgpu_fence_wait_any(struct amdgpu_device *adev, | 443 | signed long amdgpu_fence_wait_any(struct amdgpu_device *adev, |
445 | struct amdgpu_fence **fences, | 444 | struct amdgpu_fence **fences, |