Searched refs:post_dep_syncobjs (Results 1 – 2 of 2) sorted by relevance
793 drm_syncobj_put(parser->post_dep_syncobjs[i]); in amdgpu_cs_parser_fini()794 kfree(parser->post_dep_syncobjs); in amdgpu_cs_parser_fini()1147 p->post_dep_syncobjs = kmalloc_array(num_deps, in amdgpu_cs_process_syncobj_out_dep()1152 if (!p->post_dep_syncobjs) in amdgpu_cs_process_syncobj_out_dep()1156 p->post_dep_syncobjs[i] = drm_syncobj_find(p->filp, deps[i].handle); in amdgpu_cs_process_syncobj_out_dep()1157 if (!p->post_dep_syncobjs[i]) in amdgpu_cs_process_syncobj_out_dep()1197 drm_syncobj_replace_fence(p->post_dep_syncobjs[i], p->fence); in amdgpu_cs_post_dependencies()
1008 struct drm_syncobj **post_dep_syncobjs; member