diff options
author | Junwei Zhang <Jerry.Zhang@amd.com> | 2017-01-23 03:30:38 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-27 12:20:37 -0500 |
commit | 50ddc75e32bba7cce994d530ec27aec697a372f8 (patch) | |
tree | 3d0bad738e7f4f5275b175ab45b8dd3f4b245934 /drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | |
parent | a2e2f29970aa1e53219e3499382c41d61c8959f8 (diff) |
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c index 326b7f5a79ff..6f62ac473064 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | |||
@@ -976,7 +976,7 @@ static int amdgpu_uvd_send_msg(struct amdgpu_ring *ring, struct amdgpu_bo *bo, | |||
976 | ib->length_dw = 16; | 976 | ib->length_dw = 16; |
977 | 977 | ||
978 | if (direct) { | 978 | if (direct) { |
979 | r = amdgpu_ib_schedule(ring, 1, ib, NULL, NULL, &f); | 979 | r = amdgpu_ib_schedule(ring, 1, ib, NULL, &f); |
980 | job->fence = dma_fence_get(f); | 980 | job->fence = dma_fence_get(f); |
981 | if (r) | 981 | if (r) |
982 | goto err_free; | 982 | goto err_free; |