Searched refs:syncobj_desc (Results 1 – 1 of 1) sorted by relevance
556 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_deps() local569 if (copy_from_user(&syncobj_desc, in msm_parse_deps()571 min(syncobj_stride, sizeof(syncobj_desc)))) { in msm_parse_deps()576 if (syncobj_desc.point && in msm_parse_deps()582 if (syncobj_desc.flags & ~MSM_SUBMIT_SYNCOBJ_FLAGS) { in msm_parse_deps()587 ret = drm_syncobj_find_fence(file, syncobj_desc.handle, in msm_parse_deps()588 syncobj_desc.point, 0, &fence); in msm_parse_deps()596 if (syncobj_desc.flags & MSM_SUBMIT_SYNCOBJ_RESET) { in msm_parse_deps()598 drm_syncobj_find(file, syncobj_desc.handle); in msm_parse_deps()635 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_post_deps() local[all …]