Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_gem_submit.c640 post_deps = kcalloc(nr_syncobjs, sizeof(*post_deps), in msm_parse_post_deps()
642 if (!post_deps) in msm_parse_post_deps()
670 if (!post_deps[i].chain) { in msm_parse_post_deps()
676 post_deps[i].syncobj = in msm_parse_post_deps()
687 if (post_deps[j].syncobj) in msm_parse_post_deps()
691 kfree(post_deps); in msm_parse_post_deps()
695 return post_deps; in msm_parse_post_deps()
704 if (post_deps[i].chain) { in msm_process_post_deps()
818 if (IS_ERR(post_deps)) { in msm_ioctl_gem_submit()
819 ret = PTR_ERR(post_deps); in msm_ioctl_gem_submit()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cs.c511 if (p->post_deps) in amdgpu_cs_p2_syncobj_out()
514 p->post_deps = kmalloc_array(num_deps, sizeof(*p->post_deps), in amdgpu_cs_p2_syncobj_out()
518 if (!p->post_deps) in amdgpu_cs_p2_syncobj_out()
523 p->post_deps[i].syncobj = in amdgpu_cs_p2_syncobj_out()
525 if (!p->post_deps[i].syncobj) in amdgpu_cs_p2_syncobj_out()
528 p->post_deps[i].point = 0; in amdgpu_cs_p2_syncobj_out()
545 if (p->post_deps) in amdgpu_cs_p2_syncobj_timeline_signal()
548 p->post_deps = kmalloc_array(num_deps, sizeof(*p->post_deps), in amdgpu_cs_p2_syncobj_timeline_signal()
552 if (!p->post_deps) in amdgpu_cs_p2_syncobj_timeline_signal()
1243 if (p->post_deps[i].chain && p->post_deps[i].point) { in amdgpu_cs_post_dependencies()
[all …]
A Damdgpu_cs.h80 struct amdgpu_cs_post_dep *post_deps; member
/linux-6.3-rc2/drivers/gpu/drm/v3d/
A Dv3d_gem.c547 struct drm_v3d_sem __user *post_deps; in v3d_get_multisync_post_deps() local
560 post_deps = u64_to_user_ptr(handles); in v3d_get_multisync_post_deps()
565 if (copy_from_user(&out, post_deps++, sizeof(out))) { in v3d_get_multisync_post_deps()

Completed in 10 milliseconds