Home
last modified time | relevance | path

Searched refs:ttm_bo_reserve (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_dmabuf.c64 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_placement()
108 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_vram_or_gmr()
221 ret = ttm_bo_reserve(bo, interruptible, false, false, NULL); in vmw_dmabuf_to_start_of_vram()
Dvmwgfx_mob.c209 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_takedown_otable_base()
275 ret = ttm_bo_reserve(dev_priv->otable_bo, false, true, false, NULL); in vmw_otables_setup()
328 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_otables_takedown()
401 ret = ttm_bo_reserve(mob->pt_bo, false, true, false, NULL); in vmw_mob_pt_populate()
506 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_pt_setup()
556 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_mob_unbind()
Dvmwgfx_shader.c607 ret = ttm_bo_reserve(&buf->base, false, true, false, NULL); in vmw_compat_shader_add()
Dvmwgfx_kms.c139 ret = ttm_bo_reserve(&dmabuf->base, true, false, false, NULL); in vmw_cursor_update_dmabuf()
346 ret = ttm_bo_reserve(bo, true, false, false, NULL); in vmw_kms_cursor_snoop()
Dvmwgfx_drv.c320 ret = ttm_bo_reserve(bo, false, true, false, NULL); in vmw_dummy_query_bo_create()
Dvmwgfx_resource.c130 ttm_bo_reserve(bo, false, false, false, NULL); in vmw_resource_release()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_object.h34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in qxl_bo_reserve()
70 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in qxl_bo_wait()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_kms.c53 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochs_crtc_mode_set_base()
67 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochs_crtc_mode_set_base()
Dbochs_fbdev.c87 ret = ttm_bo_reserve(&bo->bo, true, false, false, NULL); in bochsfb_create()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, false, NULL); in radeon_bo_reserve()
Dradeon_object.c826 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, NULL); in radeon_bo_wait()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_drv.h249 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in cirrus_bo_reserve()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_gem.c74 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_open()
157 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_gem_object_close()
410 ret = ttm_bo_reserve(&nvbo->bo, true, false, true, &op->ticket); in validate_init()
Dnouveau_display.c727 ret = ttm_bo_reserve(&new_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip()
741 ret = ttm_bo_reserve(&old_bo->bo, true, false, false, NULL); in nouveau_crtc_page_flip()
Dnouveau_bo.c320 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_pin()
393 ret = ttm_bo_reserve(bo, false, false, false, NULL); in nouveau_bo_unpin()
428 ret = ttm_bo_reserve(&nvbo->bo, false, false, false, NULL); in nouveau_bo_map()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo_vm.c110 ret = ttm_bo_reserve(bo, true, true, false, NULL); in ttm_bo_vm_fault()
Dttm_bo.c1590 ret = ttm_bo_reserve(bo, true, no_wait, false, NULL); in ttm_bo_synccpu_write_grab()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.h283 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_drv.h370 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in ast_bo_reserve()
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h848 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function