Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/ttm/
Dttm_object.h195 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
/linux-4.1.27/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);
665 base = ttm_base_object_lookup(tfile, handle); in ttm_prime_handle_to_fd()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c730 base = ttm_base_object_lookup(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
775 base = ttm_base_object_lookup(tfile, arg->handle); in vmw_fence_obj_signaled_ioctl()
Dvmwgfx_resource.c307 base = ttm_base_object_lookup(tfile, handle); in vmw_user_resource_lookup_handle()
741 base = ttm_base_object_lookup(tfile, handle); in vmw_user_dmabuf_lookup()
Dvmwgfx_kms.c1173 user_obj = ttm_base_object_lookup(tfile, mode_cmd.handle); in vmw_kms_fb_create()