Searched refs:syncobj_desc (Results 1 – 1 of 1) sorted by relevance
560 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_deps() local573 if (copy_from_user(&syncobj_desc, in msm_parse_deps()575 min(syncobj_stride, sizeof(syncobj_desc)))) { in msm_parse_deps()580 if (syncobj_desc.point && in msm_parse_deps()586 if (syncobj_desc.flags & ~MSM_SUBMIT_SYNCOBJ_FLAGS) { in msm_parse_deps()591 ret = drm_syncobj_find_fence(file, syncobj_desc.handle, in msm_parse_deps()592 syncobj_desc.point, 0, &fence); in msm_parse_deps()600 if (syncobj_desc.flags & MSM_SUBMIT_SYNCOBJ_RESET) { in msm_parse_deps()602 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_deps()639 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_post_deps() local[all …]