Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:tfile

644 	struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
682 ret = ttm_base_object_init(tfile, &ufence->base, false,
806 * @tfile: A struct ttm_object_file identifying the caller.
817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle)
819 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle);
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
863 base = vmw_fence_obj_lookup(tfile, arg->handle);
888 return ttm_ref_object_base_unref(tfile, arg->handle,
901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
904 base = vmw_fence_obj_lookup(tfile, arg->handle);
933 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
1152 struct ttm_object_file *tfile = vmw_fp->tfile;
1166 vmw_fence_obj_lookup(tfile, arg->handle);
1176 ret = ttm_ref_object_add(vmw_fp->tfile, base,
1220 ttm_ref_object_base_unref(tfile, handle, TTM_REF_USAGE);