HomeSort by: relevance | last modified time | path
    Searched refs:ttm_object_file (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 93 struct ttm_object_file;
103 * @tfile: Pointer to ttm_object_file of the creator.
130 struct ttm_object_file *tfile;
167 * @tfile: Pointer to a struct ttm_object_file.
178 extern int ttm_base_object_init(struct ttm_object_file *tfile,
192 * @tfile: Pointer to a struct ttm_object_file.
198 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
229 * @tfile: A struct ttm_object_file representing the application owning the
249 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
254 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile
    [all...]
ttm_object.c 48 * struct ttm_object_file
76 struct ttm_object_file { struct
123 * a particular ttm_object_file. It also carries a ref count to avoid creating
124 * multiple ref objects if a ttm_object_file references the same base
135 struct ttm_object_file *tfile;
140 static inline struct ttm_object_file *
141 ttm_object_file_ref(struct ttm_object_file *tfile)
149 struct ttm_object_file *tfile =
150 container_of(kref, struct ttm_object_file, refcount);
156 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile
    [all...]
vmwgfx_prime.c 82 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
92 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
ttm_lock.h 182 * @tfile: Pointer to a struct ttm_object_file to register the lock with.
190 struct ttm_object_file *tfile);
vmwgfx_resource_priv.h 151 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
vmwgfx_bo.c 597 * @tfile: Pointer to a struct ttm_object_file on which to register the user
607 struct ttm_object_file *tfile,
664 struct ttm_object_file *tfile)
698 struct ttm_object_file *tfile,
748 struct ttm_object_file *tfile,
778 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
912 int vmw_user_bo_lookup(struct ttm_object_file *tfile,
963 vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle)
995 int vmw_user_bo_reference(struct ttm_object_file *tfile,
1096 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile
    [all...]
vmwgfx_simple_resource.c 156 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
228 * @tfile: struct ttm_object_file identifying the caller.
237 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
vmwgfx_va.c 148 * @tfile: struct ttm_object_file identifying the caller.
158 struct ttm_object_file *tfile,
vmwgfx_drv.h 104 struct ttm_object_file *tfile;
733 struct ttm_object_file *tfile,
739 struct ttm_object_file *tfile,
745 struct ttm_object_file *tfile,
754 struct ttm_object_file *tfile,
824 struct ttm_object_file *tfile);
826 struct ttm_object_file *tfile,
832 extern int vmw_user_bo_reference(struct ttm_object_file *tfile,
841 extern int vmw_user_bo_lookup(struct ttm_object_file *tfile,
852 vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle)
    [all...]
vmwgfx_fence.c 644 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
806 * @tfile: A struct ttm_object_file identifying the caller.
817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle)
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1152 struct ttm_object_file *tfile = vmw_fp->tfile;
vmwgfx_surface.c 717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
742 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
937 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1023 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1767 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_resource.c 255 * @tfile: Pointer to a struct ttm_object_file identifying the caller
265 struct ttm_object_file *tfile,
299 * @tfile: Pointer to a struct ttm_object_file identifying the caller
310 struct ttm_object_file *tfile,
335 struct ttm_object_file *tfile,
vmwgfx_shader.c 712 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
725 struct ttm_object_file *tfile,
851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
959 * @tfile: Pointer to a struct ttm_object_file that the guest-backed shader is
vmwgfx_ioctl.c 256 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_overlay.c 469 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_context.c 719 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
732 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_ttm_buffer.c 796 struct ttm_object_file *tfile =
vmwgfx_kms.c 150 struct ttm_object_file *tfile,
1378 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;

Completed in 61 milliseconds