Searched refs:ttm_object_file (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 80 struct ttm_object_file *tfile; 616 struct ttm_object_file *tfile, 622 struct ttm_object_file *tfile, 633 struct ttm_object_file *tfile); 635 struct ttm_object_file *tfile, 641 extern int vmw_user_dmabuf_reference(struct ttm_object_file *tfile, 653 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, 661 struct ttm_object_file *tfile, 893 struct ttm_object_file *tfile, 990 struct ttm_object_file *tfile, [all …]
|
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_resource.c | 297 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle() 340 struct ttm_object_file *tfile, in vmw_user_lookup_handle() 482 struct ttm_object_file *tfile, in vmw_user_dmabuf_alloc() 539 struct ttm_object_file *tfile) in vmw_user_dmabuf_verify_access() 568 struct ttm_object_file *tfile, in vmw_user_dmabuf_synccpu_grab() 612 struct ttm_object_file *tfile, in vmw_user_dmabuf_synccpu_release() 640 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_dmabuf_synccpu_ioctl() 734 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() 767 int vmw_user_dmabuf_reference(struct ttm_object_file *tfile, in vmw_user_dmabuf_reference() 864 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_stream_unref_ioctl() [all …]
|
D | vmwgfx_shader.c | 333 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() 344 struct ttm_object_file *tfile, in vmw_user_shader_alloc() 466 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define_ioctl()
|
D | vmwgfx_surface.c | 673 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() 698 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() 897 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() 979 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1245 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_ioctl() 1386 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_reference_ioctl()
|
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 | 463 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() 476 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define_ioctl()
|
D | vmwgfx_ioctl.c | 224 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_buffer.c | 761 struct ttm_object_file *tfile = in vmw_verify_access()
|
D | vmwgfx_kms.c | 200 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_du_crtc_cursor_set() 290 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() 1136 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create()
|