Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
234 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
533 ret = ttm_bo_wait(bo, false, false); in ttm_bo_wait_free_node()
646 ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_gutting()
H A Dttm_bo.c613 ttm_bo_wait(bo, false, false); in ttm_bo_evict()
1482 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1505 EXPORT_SYMBOL(ttm_bo_wait);
1575 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_object.h79 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
H A Dqxl_ttm.c163 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
H A Dqxl_cmd.c598 ret = ttm_bo_wait(&surf->tbo, true, !stall); in qxl_reap_surf()
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_api.h262 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c801 (void) ttm_bo_wait(&vbo->base, false, false); in vmw_resource_unbind_list()
889 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
H A Dvmwgfx_cotable.c423 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
H A Dvmwgfx_ttm_buffer.c789 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
H A Dvmwgfx_bo.c713 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1006 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy()
1065 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
1103 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
H A Dnouveau_gem.c656 ret = ttm_bo_wait(&nvbo->bo, false, false); in nouveau_gem_pushbuf_reloc_apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_object.c857 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
H A Dradeon_ttm.c307 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()