Home
last modified time | relevance | path

Searched refs:ttm_bo_wait (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/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.c615 ttm_bo_wait(bo, false, false); in ttm_bo_evict()
1492 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1515 EXPORT_SYMBOL(ttm_bo_wait); variable
1585 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h312 static inline int ttm_bo_wait(struct ttm_buffer_object *bo, bool intr, in ttm_bo_wait() function
H A Dvmwgfx_resource.c772 (void) ttm_bo_wait(&vbo->tbo, false, false); in vmw_resource_unbind_list()
861 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
H A Dvmwgfx_bo.c472 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
H A Dvmwgfx_cotable.c444 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
H A Dvmwgfx_ttm_buffer.c504 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_api.h250 * ttm_bo_wait - wait for buffer idle.
263 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1015 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy()
1074 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
1112 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()
/kernel/linux/linux-5.10/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_bo.c713 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
H A Dvmwgfx_ttm_buffer.c789 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
/kernel/linux/linux-5.10/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()

Completed in 26 milliseconds