diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c index 33ee6ae28f37..1a984c934b1f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | |||
@@ -340,7 +340,7 @@ void amdgpu_vce_free_handles(struct amdgpu_device *adev, struct drm_file *filp) | |||
340 | } | 340 | } |
341 | 341 | ||
342 | static int amdgpu_vce_free_job( | 342 | static int amdgpu_vce_free_job( |
343 | struct amdgpu_cs_parser *sched_job) | 343 | struct amdgpu_job *sched_job) |
344 | { | 344 | { |
345 | amdgpu_ib_free(sched_job->adev, sched_job->ibs); | 345 | amdgpu_ib_free(sched_job->adev, sched_job->ibs); |
346 | kfree(sched_job->ibs); | 346 | kfree(sched_job->ibs); |