Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dttm_object.h196 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
Dvmwgfx_simple_resource.c240 base = ttm_base_object_lookup(tfile, handle); in vmw_simple_resource_lookup()
Dttm_object.c263 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() function
693 base = ttm_base_object_lookup(tfile, handle); in ttm_prime_handle_to_fd()
Dvmwgfx_bo.c909 base = ttm_base_object_lookup(tfile, handle); in vmw_user_bo_lookup()
Dvmwgfx_resource.c264 base = ttm_base_object_lookup(tfile, handle); in vmw_user_resource_lookup_handle()
Dvmwgfx_fence.c781 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle); in vmw_fence_obj_lookup()
Dvmwgfx_kms.c1381 user_obj = ttm_base_object_lookup(tfile, mode_cmd->handles[0]); in vmw_kms_fb_create()