Home
last modified time | relevance | path

Searched refs:ttm_base_object_lookup (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_object.c229 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() function
249 EXPORT_SYMBOL(ttm_base_object_lookup);
669 base = ttm_base_object_lookup(tfile, handle); in ttm_prime_handle_to_fd()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c305 base = ttm_base_object_lookup(tfile, handle); in vmw_user_resource_lookup_handle()
739 base = ttm_base_object_lookup(tfile, handle); in vmw_user_dmabuf_lookup()
Dvmwgfx_fence.c721 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle); in vmw_fence_obj_lookup()
Dvmwgfx_kms.c1014 user_obj = ttm_base_object_lookup(tfile, mode_cmd.handle); in vmw_kms_fb_create()