Searched refs:syncobj_desc (Results 1 – 1 of 1) sorted by relevance
543 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_deps() local556 if (copy_from_user(&syncobj_desc, in msm_parse_deps()558 min(syncobj_stride, sizeof(syncobj_desc)))) { in msm_parse_deps()563 if (syncobj_desc.point && in msm_parse_deps()569 if (syncobj_desc.flags & ~MSM_SUBMIT_SYNCOBJ_FLAGS) { in msm_parse_deps()574 ret = drm_syncobj_find_fence(file, syncobj_desc.handle, in msm_parse_deps()575 syncobj_desc.point, 0, &fence); in msm_parse_deps()583 if (syncobj_desc.flags & MSM_SUBMIT_SYNCOBJ_RESET) { in msm_parse_deps()585 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_deps()622 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_post_deps() local[all …]