Searched refs:ttm_object_file (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | ttm_object.h | 67 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, 302 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile, [all …]
|
D | ttm_object.c | 77 struct ttm_object_file { struct 127 struct ttm_object_file *tfile; 132 static inline struct ttm_object_file * 133 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() 139 static int ttm_tfile_find_ref_rcu(struct ttm_object_file *tfile, in ttm_tfile_find_ref_rcu() 154 static int ttm_tfile_find_ref(struct ttm_object_file *tfile, in ttm_tfile_find_ref() 171 struct ttm_object_file *tfile = in ttm_object_file_destroy() 172 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy() 178 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() 180 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() [all …]
|
D | vmwgfx_prime.c | 79 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() 94 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd()
|
D | vmwgfx_simple_resource.c | 146 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()
|
D | vmwgfx_fence.c | 587 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()
|
D | vmwgfx_resource_priv.h | 151 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
|
D | vmwgfx_va.c | 155 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
|
D | vmwgfx_drv.h | 112 struct ttm_object_file *tfile; 802 struct ttm_object_file *tfile, 812 struct ttm_object_file *tfile, 1056 struct ttm_object_file *tfile,
|
D | vmwgfx_shader.c | 680 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()
|
D | vmwgfx_surface.c | 710 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() 736 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() 970 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_buffer_prime_to_surface_base() 1018 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() 1106 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1541 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() 2264 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_dumb_create()
|
D | vmwgfx_ioctl.c | 174 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
|
D | vmwgfx_context.c | 720 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()
|
D | vmwgfx_resource.c | 258 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() 297 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_object_lookup()
|
D | vmwgfx_overlay.c | 425 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl()
|
D | vmwgfx_kms.c | 376 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
|