Home
last modified time | relevance | path

Searched refs:ttm_object_file (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h67 struct ttm_object_file;
104 struct ttm_object_file *tfile;
150 extern int ttm_base_object_init(struct ttm_object_file *tfile,
166 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
217 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
233 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
244 extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device
258 extern void ttm_object_file_release(struct ttm_object_file **p_tfile);
288 extern int ttm_prime_object_init(struct ttm_object_file *tfile,
303 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile,
[all …]
H A Dttm_object.c77 struct ttm_object_file { struct
130 struct ttm_object_file *tfile;
135 static inline struct ttm_object_file *
136 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
174 struct ttm_object_file *tfile = in ttm_object_file_destroy()
175 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy()
183 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref()
190 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
293 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
353 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release()
[all …]
H A Dvmwgfx_prime.c77 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle()
91 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd()
H A Dvmwgfx_simple_resource.c146 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl()
202 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup()
H A Dvmwgfx_resource_priv.h151 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
H A Dvmwgfx_fence.c587 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create()
699 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup()
728 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl()
782 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl()
1033 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl()
H A Dvmwgfx_va.c155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
H A Dvmwgfx_shader.c680 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl()
692 struct ttm_object_file *tfile, in vmw_user_shader_alloc()
776 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define()
H A Dvmwgfx_drv.h111 struct ttm_object_file *tfile;
810 struct ttm_object_file *tfile,
820 struct ttm_object_file *tfile,
1064 struct ttm_object_file *tfile,
H A Dvmwgfx_ioctl.c173 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
H A Dvmwgfx_surface.c705 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl()
731 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl()
905 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference()
989 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl()
1424 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal()
H A Dvmwgfx_context.c720 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl()
733 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define()
H A Dvmwgfx_resource.c256 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle()
296 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_lookup_handle()
H A Dvmwgfx_overlay.c425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl()
H A Dvmwgfx_kms.c364 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()