commit | cc55c45db5e2c97445d4663d45348a0fc27bf9ad | [log] [tgz] |
---|---|---|
author | Monk Liu <Monk.Liu@amd.com> | Thu Mar 17 10:47:07 2016 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 17 11:53:34 2016 -0400 |
tree | 26c515f01560ece32c978c9a5bf2a0a4af27c1d4 | |
parent | 16a8a49be1b878ef6dd5d1663d456e254e54ae3d [diff] |
drm/amdgpu: give a fence param to ib_free thus amdgpu_ib_free() can hook sched fence to SA manager in later patches. BTW: for amdgpu_free_job(), it should only fence_put() the fence of the last ib once, so fix it as well in this patch. 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>