linux/drivers/gpu/drm/amd
Monk Liu e472d2588e drm/amdgpu: delay job free to when it's finished (v2)
for those jobs submitted through scheduler, do not
free it immediately after scheduled, instead free it
in global workqueue by its sched fence signaling
callback function.

v2:
call uf's bo_undef after job_run()
call job's sync free after job_run()
no static inline __amdgpu_job_free() anymore, just use
kfree(job) to replace it.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-05-02 15:17:41 -04:00
..
acp drm/amd: Beef up ACP Kconfig menu text 2016-03-25 10:20:16 -04:00
amdgpu drm/amdgpu: delay job free to when it's finished (v2) 2016-05-02 15:17:41 -04:00
amdkfd drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller type 2016-03-22 15:36:02 -07:00
include drm/amdgpu: add an cgs interface to notify amdgpu the dpm state. 2016-04-01 10:08:27 -04:00
powerplay drm/amd/powerplay: add uvd/vce dpm enabling flag default. 2016-04-04 17:05:54 -04:00
scheduler drm/amdgpu: delay job free to when it's finished (v2) 2016-05-02 15:17:41 -04:00