Searched refs:ttm_bo_wait (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/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() 373 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy() 694 ret = ttm_bo_wait(bo, false, false); in ttm_bo_move_accel_cleanup() 817 ret = ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_move() 847 ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_gutting()
|
| D | ttm_bo.c | 1805 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function 1828 EXPORT_SYMBOL(ttm_bo_wait); 1841 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab() 1918 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
|
| /Linux-v5.4/drivers/gpu/drm/qxl/ |
| D | qxl_object.h | 84 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
|
| D | qxl_ttm.c | 279 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.4/include/drm/ttm/ |
| D | ttm_bo_api.h | 328 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
| /Linux-v5.4/drivers/gpu/drm/virtio/ |
| D | virtgpu_object.c | 249 r = ttm_bo_wait(&bo->tbo, true, no_wait); in virtio_gpu_object_wait()
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_resource.c | 733 (void) ttm_bo_wait(&vbo->base, false, false); in vmw_resource_unbind_list() 821 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
|
| D | vmwgfx_cotable.c | 421 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
|
| D | vmwgfx_ttm_buffer.c | 861 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 1322 WARN_ON(ttm_bo_wait(bo, false, false)); in nouveau_bo_move_ntfy() 1373 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move() 1413 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
|
| D | nouveau_gem.c | 673 ret = ttm_bo_wait(&nvbo->bo, false, false); in nouveau_gem_pushbuf_reloc_apply()
|
| /Linux-v5.4/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 | 348 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
|