aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorJunwei Zhang <Jerry.Zhang@amd.com>2015-09-06 01:55:03 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-10-21 11:35:13 -0400
commitce16b0e5a32a157abd6446214e8b91c55064204e (patch)
tree434296bf00671792802784696f7168b58602ccfa /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent0c418f10104d4aa1d6b83698790898dc9ef1c12d (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.h3
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);
447int amdgpu_fence_wait_empty(struct amdgpu_ring *ring); 447int amdgpu_fence_wait_empty(struct amdgpu_ring *ring);
448unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring); 448unsigned amdgpu_fence_count_emitted(struct amdgpu_ring *ring);
449 449
450signed long amdgpu_fence_wait_any(struct amdgpu_device *adev, 450signed 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);