Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_object.h34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL); in qxl_bo_reserve()
66 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c223 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base()
339 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown()
502 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup()
554 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
H A Dvmwgfx_bo.c105 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_placement()
154 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_vram_or_gmr()
237 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_pin_in_start_of_vram()
295 ret = ttm_bo_reserve(bo, interruptible, false, NULL); in vmw_bo_unpin()
709 ret = ttm_bo_reserve(bo, true, nonblock, NULL); in vmw_user_bo_synccpu_grab()
H A Dvmwgfx_resource.c125 ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release()
1004 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin()
1059 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_resource_unpin()
H A Dvmwgfx_cotable.c421 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
H A Dvmwgfx_ttm_buffer.c828 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_bo_create_and_populate()
H A Dvmwgfx_shader.c986 ret = ttm_bo_reserve(&buf->base, false, true, NULL); in vmw_compat_shader_add()
H A Dvmwgfx_fb.c199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush()
H A Dvmwgfx_kms.c106 ret = ttm_bo_reserve(&bo->base, true, false, NULL); in vmw_cursor_update_bo()
201 ret = ttm_bo_reserve(bo, true, false, NULL); in vmw_kms_cursor_snoop()
H A Dvmwgfx_drv.c380 ret = ttm_bo_reserve(&vbo->base, false, true, NULL); in vmw_dummy_query_bo_create()
H A Dvmwgfx_surface.c1582 ttm_bo_reserve(&backup->base, false, false, NULL); in vmw_gb_surface_define_internal()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c362 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin()
406 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
479 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_vmap()
516 ret = ttm_bo_reserve(&gbo->bo, false, false, NULL); in drm_gem_vram_vunmap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c96 ret = ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
H A Dttm_bo_vm.c497 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_prime.c113 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_prime_pin()
H A Dnouveau_gem.c77 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open()
154 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close()
412 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
H A Dnouveau_bo.c444 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin()
525 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin()
569 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
H A Dradeon_object.c851 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h486 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h163 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1181 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
1195 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()