Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c95 int ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_bo_unpin_unlocked()
225 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base()
344 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown()
510 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup()
562 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
Dvmwgfx_bo.c79 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement()
115 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr()
183 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram()
239 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin()
468 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab()
Dvmwgfx_resource.c127 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release()
974 ret = ttm_bo_reserve(&vbo->tbo, interruptible, false, NULL); in vmw_resource_pin()
1032 (void) ttm_bo_reserve(&vbo->tbo, false, false, NULL); in vmw_resource_unpin()
Dvmwgfx_gem.c57 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_gem_pin_private()
Dvmwgfx_kms.c312 ret = ttm_bo_reserve(&vps->cursor.bo->tbo, false, false, NULL); in vmw_du_get_cursor_mob()
415 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop()
588 ret = ttm_bo_reserve(bo, false, false, NULL); in vmw_du_cursor_plane_map_cm()
620 ret = ttm_bo_reserve(&vbo->tbo, true, false, NULL); in vmw_du_cursor_plane_unmap_cm()
654 const int ret = ttm_bo_reserve(&vps->bo->tbo, true, false, NULL); in vmw_du_cursor_plane_cleanup_fb()
724 ret = ttm_bo_reserve(&vps->bo->tbo, true, false, NULL); in vmw_du_cursor_plane_prepare_fb()
738 ret = ttm_bo_reserve(&vps->surf->res.guest_memory_bo->tbo, true, false, in vmw_du_cursor_plane_prepare_fb()
Dvmwgfx_ttm_buffer.c598 ret = ttm_bo_reserve(&vbo->tbo, false, true, NULL); in vmw_bo_create_and_populate()
Dvmwgfx_cotable.c442 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
Dvmwgfx_shader.c909 ret = ttm_bo_reserve(&buf->tbo, false, true, NULL); in vmw_compat_shader_add()
Dvmwgfx_drv.c414 ret = ttm_bo_reserve(&vbo->tbo, false, true, NULL); in vmw_dummy_query_bo_create()
Dvmwgfx_surface.c1534 ttm_bo_reserve(&backup->tbo, false, false, NULL); in vmw_gb_surface_define_internal()
/Linux-v6.6/drivers/gpu/drm/qxl/
Dqxl_object.h34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL); in qxl_bo_reserve()
/Linux-v6.6/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c91 ret = ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
Dttm_bo_vm.c420 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
/Linux-v6.6/include/drm/ttm/
Dttm_bo.h238 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
/Linux-v6.6/drivers/gpu/drm/
Ddrm_gem_vram_helper.c331 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin()
358 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_gem.c117 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open()
201 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close()
498 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
Dnouveau_bo.c478 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin()
554 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin()
581 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h207 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_ttm.c280 return ttm_bo_reserve(&lbo->tbo, true, false, NULL); in lsdc_bo_reserve()
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1174 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
1188 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()