drm/amdgpu: remove fence parameter from amd_sched_job_init
authorChristian König <christian.koenig@amd.com>
Thu, 30 Jun 2016 08:52:03 +0000 (10:52 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:06:11 +0000 (15:06 -0400)
commit595a9cd68c132e474ee5daf97067d4d15c618739
treebd49bec6ea57e468e347020f9884ae36f1dacea6
parenta5fb4ec29c74a16ce1c269e52bc85ca86ee41e81
drm/amdgpu: remove fence parameter from amd_sched_job_init

We return the fence as part of the job structur anyway,
no need to do this twice.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
drivers/gpu/drm/amd/scheduler/gpu_scheduler.c
drivers/gpu/drm/amd/scheduler/gpu_scheduler.h