Home
last modified time | relevance | path

Searched refs:ttm_bo_wait (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
373 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
695 ret = ttm_bo_wait(bo, false, false); in ttm_bo_move_accel_cleanup()
818 ret = ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_move()
848 ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_gutting()
Dttm_bo.c1617 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1640 EXPORT_SYMBOL(ttm_bo_wait);
1653 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
1729 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_object.h82 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
Dqxl_ttm.c330 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
Dqxl_cmd.c599 ret = ttm_bo_wait(&surf->tbo, true, !stall); in qxl_reap_surf()
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_object.c167 r = ttm_bo_wait(&bo->tbo, true, no_wait); in virtio_gpu_object_wait()
Dvirtgpu_ttm.c360 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in virtio_gpu_bo_move()
/Linux-v4.19/include/drm/ttm/
Dttm_bo_api.h327 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c696 (void) ttm_bo_wait(&vbo->base, false, false); in vmw_resource_unbind_list()
787 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
Dvmwgfx_cotable.c428 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
Dvmwgfx_ttm_buffer.c868 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gpuvm.c340 ttm_bo_wait(&bo->tbo, false, false); in amdgpu_amdkfd_bo_validate()
971 ret = ttm_bo_wait(&vm->root.base.bo->tbo, false, false); in init_kfd_vm()
2035 ttm_bo_wait(&bo->tbo, false, false); in amdgpu_amdkfd_gpuvm_restore_process_bos()
2093 ttm_bo_wait(&mem->bo->tbo, false, false); in amdgpu_amdkfd_gpuvm_restore_process_bos()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1290 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy()
1341 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
1381 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
Dnouveau_gem.c668 ret = ttm_bo_wait(&nvbo->bo, false, false); in nouveau_gem_pushbuf_reloc_apply()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_object.c854 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
Dradeon_ttm.c405 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()