Searched refs:ttm_object_file (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/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, 245 extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device 260 extern void ttm_object_file_release(struct ttm_object_file **p_tfile); 292 extern int ttm_prime_object_init(struct ttm_object_file *tfile, 307 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile, [all …]
|
D | ttm_object.c | 73 struct ttm_object_file { struct 129 struct ttm_object_file *tfile; 134 static inline struct ttm_object_file * 135 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() 143 struct ttm_object_file *tfile = in ttm_object_file_destroy() 144 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy() 150 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() 152 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() 159 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() 243 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key) in ttm_base_object_noref_lookup() [all …]
|
D | vmwgfx_prime.c | 77 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() 87 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 | 590 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() 702 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup() 731 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() 785 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() 1036 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl()
|
D | vmwgfx_resource_priv.h | 149 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
|
D | vmwgfx_va.c | 153 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
|
D | vmwgfx_drv.h | 101 struct ttm_object_file *tfile; 820 struct ttm_object_file *tfile, 826 struct ttm_object_file *tfile, 835 struct ttm_object_file *tfile, 1227 struct ttm_object_file *tfile,
|
D | vmwgfx_shader.c | 677 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() 689 struct ttm_object_file *tfile, in vmw_user_shader_alloc() 773 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define()
|
D | vmwgfx_resource.c | 255 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() 298 struct ttm_object_file *tfile, in vmw_user_resource_noref_lookup_handle() 328 struct ttm_object_file *tfile = vmw_fpriv(filp)->tfile; in vmw_user_lookup_handle()
|
D | vmwgfx_ioctl.c | 173 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
|
D | vmwgfx_surface.c | 705 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() 899 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() 983 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1418 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal()
|
D | vmwgfx_context.c | 716 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() 729 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define()
|
D | vmwgfx_overlay.c | 431 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl()
|
D | vmwgfx_kms.c | 272 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
|