drm/amdgpu: abstract amdgpu_job for scheduler
Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Reviewed-by: Christian K?nig <christian.koenig@amd.com>
This commit is contained in:
parent
6055f37afd
commit
bb977d3711
9 changed files with 130 additions and 136 deletions
|
@ -340,7 +340,7 @@ void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp)
|
|||
}
|
||||
|
||||
static int amdgpu_vce_free_job(
|
||||
struct amdgpu_cs_parser *sched_job)
|
||||
struct amdgpu_job *sched_job)
|
||||
{
|
||||
amdgpu_ib_free(sched_job->adev, sched_job->ibs);
|
||||
kfree(sched_job->ibs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue