diff options
author | Christian König <christian.koenig@amd.com> | 2015-08-10 14:04:12 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:51:15 -0400 |
commit | 05caae8515e12073f4a3beb048e0d289cbe687b7 (patch) | |
tree | 896e795c1e0d267ed7fef6d2f7cbf206d7d2c87c /drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | |
parent | 2983e5cef33b48dede6c023230cc0b54d6f67362 (diff) | |
download | lwn-05caae8515e12073f4a3beb048e0d289cbe687b7.tar.gz lwn-05caae8515e12073f4a3beb048e0d289cbe687b7.zip |
drm/amdgpu: remove amd_sched_wait_emit v2
Not used any more.
v2: remove amd_sched_emit as well.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c index 6a7e83edcaa7..d2e5f3b90a3c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c @@ -77,8 +77,6 @@ static struct fence *amdgpu_sched_run_job(struct amd_gpu_scheduler *sched, goto err; } - amd_sched_emit(entity, sched_job->ibs[sched_job->num_ibs - 1].sequence); - mutex_unlock(&sched_job->job_lock); return &fence->base; |