diff options
author | Junwei Zhang <Jerry.Zhang@amd.com> | 2015-09-06 01:55:03 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-10-21 11:35:13 -0400 |
commit | ce16b0e5a32a157abd6446214e8b91c55064204e (patch) | |
tree | 434296bf00671792802784696f7168b58602ccfa /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 0c418f10104d4aa1d6b83698790898dc9ef1c12d (diff) |
drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@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 39d96088f7b4..a9c0def6ce31 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -447,8 +447,7 @@ int amdgpu_fence_wait_next(struct amdgpu_ring *ring); | |||
447 | int amdgpu_fence_wait_empty(struct amdgpu_ring *ring); | 447 | int amdgpu_fence_wait_empty(struct amdgpu_ring *ring); |
448 | unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); | 448 | unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); |
449 | 449 | ||
450 | signed long amdgpu_fence_wait_any(struct amdgpu_device *adev, | 450 | signed long amdgpu_fence_wait_any(struct fence **array, |
451 | struct fence **array, | ||
452 | uint32_t count, | 451 | uint32_t count, |
453 | bool intr, | 452 | bool intr, |
454 | signed long t); | 453 | signed long t); |