Home
last modified time | relevance | path

Searched refs:post_deps (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/
A Dmsm_gem_submit.c631 post_deps = kmalloc_array(nr_syncobjs, sizeof(*post_deps), in msm_parse_post_deps()
633 if (!post_deps) in msm_parse_post_deps()
647 post_deps[i].chain = NULL; in msm_parse_post_deps()
668 post_deps[i].syncobj = in msm_parse_post_deps()
679 if (post_deps[j].syncobj) in msm_parse_post_deps()
683 kfree(post_deps); in msm_parse_post_deps()
687 return post_deps; in msm_parse_post_deps()
696 if (post_deps[i].chain) { in msm_process_post_deps()
816 if (IS_ERR(post_deps)) { in msm_ioctl_gem_submit()
817 ret = PTR_ERR(post_deps); in msm_ioctl_gem_submit()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cs.c699 kfree(parser->post_deps); in amdgpu_cs_parser_fini()
1079 if (p->post_deps) in amdgpu_cs_process_syncobj_out_dep()
1082 p->post_deps = kmalloc_array(num_deps, sizeof(*p->post_deps), in amdgpu_cs_process_syncobj_out_dep()
1086 if (!p->post_deps) in amdgpu_cs_process_syncobj_out_dep()
1091 p->post_deps[i].syncobj = in amdgpu_cs_process_syncobj_out_dep()
1093 if (!p->post_deps[i].syncobj) in amdgpu_cs_process_syncobj_out_dep()
1096 p->post_deps[i].point = 0; in amdgpu_cs_process_syncobj_out_dep()
1115 if (p->post_deps) in amdgpu_cs_process_syncobj_timeline_out_dep()
1118 p->post_deps = kmalloc_array(num_deps, sizeof(*p->post_deps), in amdgpu_cs_process_syncobj_timeline_out_dep()
1122 if (!p->post_deps) in amdgpu_cs_process_syncobj_timeline_out_dep()
[all …]
A Damdgpu.h555 struct amdgpu_cs_post_dep *post_deps; member
/linux/drivers/gpu/drm/v3d/
A Dv3d_gem.c594 struct drm_v3d_sem __user *post_deps; in v3d_get_multisync_post_deps() local
607 post_deps = u64_to_user_ptr(handles); in v3d_get_multisync_post_deps()
612 if (copy_from_user(&out, post_deps++, sizeof(out))) { in v3d_get_multisync_post_deps()

Completed in 17 milliseconds