Searched refs:syncobj_desc (Results 1 – 1 of 1) sorted by relevance
411 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_wait_deps() local424 if (copy_from_user(&syncobj_desc, in msm_wait_deps()426 min(syncobj_stride, sizeof(syncobj_desc)))) { in msm_wait_deps()431 if (syncobj_desc.point && in msm_wait_deps()437 if (syncobj_desc.flags & ~MSM_SUBMIT_SYNCOBJ_FLAGS) { in msm_wait_deps()442 ret = drm_syncobj_find_fence(file, syncobj_desc.handle, in msm_wait_deps()443 syncobj_desc.point, 0, &fence); in msm_wait_deps()454 if (syncobj_desc.flags & MSM_SUBMIT_SYNCOBJ_RESET) { in msm_wait_deps()456 drm_syncobj_find(file, syncobj_desc.handle); in msm_wait_deps()493 struct drm_msm_gem_submit_syncobj syncobj_desc = {0}; in msm_parse_post_deps() local[all …]