Searched refs:ttm_bo_wait (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 62 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()
|
D | ttm_bo.c | 613 ttm_bo_wait(bo, false, false); in ttm_bo_evict() 1480 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function 1503 EXPORT_SYMBOL(ttm_bo_wait); 1573 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
|
/Linux-v5.10/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 79 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
|
D | qxl_ttm.c | 163 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
|
D | qxl_cmd.c | 598 ret = ttm_bo_wait(&surf->tbo, true, !stall); in qxl_reap_surf()
|
/Linux-v5.10/include/drm/ttm/ |
D | ttm_bo_api.h | 262 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 801 (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()
|
D | vmwgfx_cotable.c | 423 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
|
D | vmwgfx_ttm_buffer.c | 789 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
|
D | vmwgfx_bo.c | 713 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1004 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy() 1063 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move() 1101 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
|
D | nouveau_gem.c | 658 ret = ttm_bo_wait(&nvbo->bo, false, false); in nouveau_gem_pushbuf_reloc_apply()
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 857 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
|
D | radeon_ttm.c | 307 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
|