summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
diff options
context:
space:
mode:
authorJunwei Zhang <Jerry.Zhang@amd.com>2017-01-23 16:30:38 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-01-27 12:20:37 -0500
commit50ddc75e32bba7cce994d530ec27aec697a372f8 (patch)
tree3d0bad738e7f4f5275b175ab45b8dd3f4b245934 /drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
parenta2e2f29970aa1e53219e3499382c41d61c8959f8 (diff)
downloadop-kernel-dev-50ddc75e32bba7cce994d530ec27aec697a372f8.zip
op-kernel-dev-50ddc75e32bba7cce994d530ec27aec697a372f8.tar.gz
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/gfx_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
index e013243..b1f4808 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
@@ -1970,7 +1970,7 @@ static int gfx_v6_0_ring_test_ib(struct amdgpu_ring *ring, long timeout)
ib.ptr[2] = 0xDEADBEEF;
ib.length_dw = 3;
- r = amdgpu_ib_schedule(ring, 1, &ib, NULL, NULL, &f);
+ r = amdgpu_ib_schedule(ring, 1, &ib, NULL, &f);
if (r)
goto err2;
OpenPOWER on IntegriCloud