Home
last modified time | relevance | path

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

/linux-3.4.99/include/drm/ttm/
Dttm_object.h169 extern struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_object.c216 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup() function
244 EXPORT_SYMBOL(ttm_base_object_lookup);
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c707 base = ttm_base_object_lookup(tfile, arg->handle); in vmw_fence_obj_wait_ioctl()
752 base = ttm_base_object_lookup(tfile, arg->handle); in vmw_fence_obj_signaled_ioctl()
1083 ttm_base_object_lookup(vmw_fp->tfile, arg->handle); in vmw_fence_event_ioctl()
Dvmwgfx_resource.c1227 base = ttm_base_object_lookup(tfile, handle); in vmw_user_surface_lookup_handle()
1471 base = ttm_base_object_lookup(tfile, req->sid); in vmw_surface_reference_ioctl()
1519 base = ttm_base_object_lookup(tfile, handle); in vmw_surface_check()
1687 base = ttm_base_object_lookup(tfile, handle); in vmw_user_dmabuf_lookup()
Dvmwgfx_kms.c1137 user_obj = ttm_base_object_lookup(tfile, mode_cmd.handle); in vmw_kms_fb_create()