Searched refs:ttm_object_file (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/include/drm/ttm/ |
D | ttm_object.h | 90 struct ttm_object_file; 130 struct ttm_object_file *tfile; 175 extern int ttm_base_object_init(struct ttm_object_file *tfile, 195 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file 244 extern int ttm_ref_object_add(struct ttm_object_file *tfile, 248 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile, 262 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile, 275 extern struct ttm_object_file *ttm_object_file_init(struct ttm_object_device 290 extern void ttm_object_file_release(struct ttm_object_file **p_tfile); 324 extern int ttm_prime_object_init(struct ttm_object_file *tfile, [all …]
|
D | ttm_lock.h | 77 struct ttm_object_file *vt_holder; 188 struct ttm_object_file *tfile);
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 69 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() 141 struct ttm_object_file *tfile = in ttm_object_file_destroy() 142 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy() 148 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() 150 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() 157 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() 229 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() [all …]
|
D | ttm_lock.c | 232 struct ttm_object_file *tfile) in ttm_vt_lock()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_prime.c | 124 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() 134 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd()
|
D | vmwgfx_drv.h | 82 struct ttm_object_file *tfile; 609 struct ttm_object_file *tfile, 615 struct ttm_object_file *tfile, 626 struct ttm_object_file *tfile); 628 struct ttm_object_file *tfile, 634 extern int vmw_user_dmabuf_reference(struct ttm_object_file *tfile, 646 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, 654 struct ttm_object_file *tfile, 906 struct ttm_object_file *tfile, 1000 struct ttm_object_file *tfile, [all …]
|
D | vmwgfx_resource.c | 295 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() 338 struct ttm_object_file *tfile, in vmw_user_lookup_handle() 480 struct ttm_object_file *tfile, in vmw_user_dmabuf_alloc() 537 struct ttm_object_file *tfile) in vmw_user_dmabuf_verify_access() 566 struct ttm_object_file *tfile, in vmw_user_dmabuf_synccpu_grab() 610 struct ttm_object_file *tfile, in vmw_user_dmabuf_synccpu_release() 638 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_dmabuf_synccpu_ioctl() 732 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() 765 int vmw_user_dmabuf_reference(struct ttm_object_file *tfile, in vmw_user_dmabuf_reference() 862 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_stream_unref_ioctl() [all …]
|
D | vmwgfx_surface.c | 677 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() 702 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() 902 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() 990 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1289 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_ioctl() 1402 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_reference_ioctl()
|
D | vmwgfx_shader.c | 714 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() 727 struct ttm_object_file *tfile, in vmw_user_shader_alloc() 851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define()
|
D | vmwgfx_fence.c | 593 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() 713 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() 772 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl()
|
D | vmwgfx_context.c | 734 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() 747 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define()
|
D | vmwgfx_ioctl.c | 250 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_kms.c | 170 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_du_crtc_cursor_set2() 265 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() 978 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create()
|
D | vmwgfx_buffer.c | 774 struct ttm_object_file *tfile = in vmw_verify_access()
|