Searched refs:ttm_object_file (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/include/drm/ttm/ |
D | ttm_object.h | 91 struct ttm_object_file; 131 struct ttm_object_file *tfile; 176 extern int ttm_base_object_init(struct ttm_object_file *tfile, 196 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file 247 extern int ttm_ref_object_add(struct ttm_object_file *tfile, 252 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile, 266 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile, 279 extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device 294 extern void ttm_object_file_release(struct ttm_object_file **p_tfile); 328 extern int ttm_prime_object_init(struct ttm_object_file *tfile, [all …]
|
D | ttm_lock.h | 78 struct ttm_object_file *vt_holder; 189 struct ttm_object_file *tfile);
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 70 struct ttm_object_file { struct 128 struct ttm_object_file *tfile; 133 static inline struct ttm_object_file * 134 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() 142 struct ttm_object_file *tfile = in ttm_object_file_destroy() 143 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy() 149 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() 151 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() 158 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() 230 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() [all …]
|
D | ttm_lock.c | 233 struct ttm_object_file *tfile) in ttm_vt_lock()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_prime.c | 110 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() 120 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd()
|
D | vmwgfx_bo.c | 591 struct ttm_object_file *tfile, in vmw_user_bo_alloc() 649 struct ttm_object_file *tfile) in vmw_user_bo_verify_access() 683 struct ttm_object_file *tfile, in vmw_user_bo_synccpu_grab() 726 struct ttm_object_file *tfile, in vmw_user_bo_synccpu_release() 756 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_bo_synccpu_ioctl() 890 int vmw_user_bo_lookup(struct ttm_object_file *tfile, in vmw_user_bo_lookup() 932 int vmw_user_bo_reference(struct ttm_object_file *tfile, in vmw_user_bo_reference() 1033 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_dumb_map_offset()
|
D | vmwgfx_drv.h | 85 struct ttm_object_file *tfile; 636 struct ttm_object_file *tfile, 642 struct ttm_object_file *tfile, 651 struct ttm_object_file *tfile, 693 struct ttm_object_file *tfile); 695 struct ttm_object_file *tfile, 701 extern int vmw_user_bo_reference(struct ttm_object_file *tfile, 710 extern int vmw_user_bo_lookup(struct ttm_object_file *tfile, 936 struct ttm_object_file *tfile, 1033 struct ttm_object_file *tfile, [all …]
|
D | vmwgfx_simple_resource.c | 151 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() 231 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup()
|
D | vmwgfx_resource_priv.h | 131 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_fence.c | 601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() 774 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup() 803 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() 858 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() 1109 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl()
|
D | vmwgfx_surface.c | 693 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() 718 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() 915 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() 999 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1581 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() 1726 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_reference_internal()
|
D | vmwgfx_shader.c | 719 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() 732 struct ttm_object_file *tfile, in vmw_user_shader_alloc() 864 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define()
|
D | vmwgfx_resource.c | 228 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() 271 struct ttm_object_file *tfile, in vmw_user_lookup_handle()
|
D | vmwgfx_context.c | 735 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() 748 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define()
|
D | vmwgfx_ioctl.c | 251 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
|
D | vmwgfx_overlay.c | 464 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl()
|
D | vmwgfx_ttm_buffer.c | 798 struct ttm_object_file *tfile = in vmw_verify_access()
|
D | vmwgfx_kms.c | 142 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() 1431 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create()
|