Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_object.h34 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_reserve()
71 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c223 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_takedown_otable_base()
266 ret = ttm_bo_reserve(batch->otable_bo, false, true, NULL); in vmw_otable_batch_setup()
361 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_otable_batch_takedown()
450 ret = ttm_bo_reserve(mob->pt_bo, false, true, NULL); in vmw_mob_pt_populate()
556 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_pt_setup()
608 ret = ttm_bo_reserve(bo, false, true, NULL); in vmw_mob_unbind()
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()
Dvmwgfx_resource.c111 ttm_bo_reserve(bo, false, false, NULL); in vmw_resource_release()
936 ttm_bo_reserve(&vbo->base, interruptible, false, NULL); in vmw_resource_pin()
991 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_resource_unpin()
Dvmwgfx_cotable.c419 WARN_ON_ONCE(ttm_bo_reserve(bo, false, true, NULL)); in vmw_cotable_resize()
Dvmwgfx_fb.c199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush()
Dvmwgfx_shader.c986 ret = ttm_bo_reserve(&buf->base, false, true, NULL); in vmw_compat_shader_add()
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()
Dvmwgfx_drv.c371 ret = ttm_bo_reserve(&vbo->base, false, true, NULL); in vmw_dummy_query_bo_create()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_gem_vram_helper.c215 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_pin()
257 ret = ttm_bo_reserve(&gbo->bo, true, false, NULL); in drm_gem_vram_unpin()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
Dradeon_object.c851 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
/Linux-v5.4/drivers/gpu/drm/cirrus/
Dcirrus_drv.h228 ret = ttm_bo_reserve(&bo->bo, true, no_wait, NULL); in cirrus_bo_reserve()
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_object.c246 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_wait()
Dvirtgpu_drv.h407 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in virtio_gpu_object_reserve()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_gem.c74 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_open()
149 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_gem_object_close()
420 ret = ttm_bo_reserve(&nvbo->bo, true, false, &op->ticket); in validate_init()
Dnouveau_bo.c415 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_pin()
484 ret = ttm_bo_reserve(bo, false, false, NULL); in nouveau_bo_unpin()
519 ret = ttm_bo_reserve(&nvbo->bo, false, false, NULL); in nouveau_bo_map()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h724 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_vm.c368 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
Dttm_bo.c1838 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1172 ret = ttm_bo_reserve(&new_bo->bo, true, false, NULL); in nv04_crtc_page_flip()
1186 ret = ttm_bo_reserve(&old_bo->bo, true, false, NULL); in nv04_crtc_page_flip()