Searched refs:ttm_object_file (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_object.c | 62 struct ttm_object_file { struct 116 struct ttm_object_file *tfile; 119 static inline struct ttm_object_file * 120 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref() 128 struct ttm_object_file *tfile = in ttm_object_file_destroy() 129 container_of(kref, struct ttm_object_file, refcount); in ttm_object_file_destroy() 135 static inline void ttm_object_file_unref(struct ttm_object_file **p_tfile) in ttm_object_file_unref() 137 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() 144 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() 216 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() [all …]
|
D | ttm_lock.c | 240 struct ttm_object_file *tfile) in ttm_vt_lock()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 64 struct ttm_object_file *tfile; 91 struct ttm_object_file *tfile, 157 struct ttm_object_file *tfile; 393 struct ttm_object_file *tfile, 397 struct ttm_object_file *tfile, 406 struct ttm_object_file *tfile, 416 struct ttm_object_file *tfile, 433 extern int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, 440 struct ttm_object_file *tfile, 619 struct ttm_object_file *tfile,
|
D | vmwgfx_resource.c | 382 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() 414 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define_ioctl() 480 struct ttm_object_file *tfile, in vmw_context_check() 1199 struct ttm_object_file *tfile, in vmw_user_lookup_handle() 1218 struct ttm_object_file *tfile, in vmw_user_surface_lookup_handle() 1272 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() 1289 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() 1464 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() 1511 struct ttm_object_file *tfile, in vmw_surface_check() 1681 int vmw_user_dmabuf_lookup(struct ttm_object_file *tfile, in vmw_user_dmabuf_lookup() [all …]
|
D | vmwgfx_fence.c | 566 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() 690 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() 749 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl()
|
D | vmwgfx_ioctl.c | 124 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl()
|
D | vmwgfx_overlay.c | 455 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl()
|
D | vmwgfx_kms.c | 177 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_du_crtc_cursor_set() 255 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop() 1100 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create()
|