Home
last modified time | relevance | path

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

/linux/include/drm/ttm/
A Dttm_bo_api.h260 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
264 return ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_wait_ctx()
/linux/drivers/gpu/drm/ttm/
A Dttm_bo_util.c468 ret = ttm_bo_wait(bo, false, false); in ttm_bo_wait_free_node()
596 ret = ttm_bo_wait(bo, false, true); in ttm_bo_pipeline_gutting()
635 ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_gutting()
A Dttm_bo.c536 ret = ttm_bo_wait(bo, true, false); in ttm_bo_evict()
1067 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1090 EXPORT_SYMBOL(ttm_bo_wait);
1153 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_resource.c800 (void) ttm_bo_wait(&vbo->base, false, false); in vmw_resource_unbind_list()
891 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
A Dvmwgfx_cotable.c424 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
A Dvmwgfx_ttm_buffer.c670 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
A Dvmwgfx_bo.c756 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
/linux/drivers/gpu/drm/qxl/
A Dqxl_cmd.c599 ret = ttm_bo_wait(&surf->tbo, true, !stall); in qxl_reap_surf()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_gem.c706 ret = ttm_bo_wait(&nvbo->bo, false, false); in nouveau_gem_pushbuf_reloc_apply()
A Dnouveau_bo.c924 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy()

Completed in 20 milliseconds