Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c61 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
353 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
677 ret = ttm_bo_wait(bo, false, false); in ttm_bo_move_accel_cleanup()
800 ret = ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_move()
830 ttm_bo_wait(bo, false, false); in ttm_bo_pipeline_gutting()
H A Dttm_bo.c1640 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function
1663 EXPORT_SYMBOL(ttm_bo_wait);
1676 ret = ttm_bo_wait(bo, true, no_wait); in ttm_bo_synccpu_write_grab()
1752 ret = ttm_bo_wait(bo, false, false); in ttm_bo_swapout()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h329 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c855 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
H A Dradeon_ttm.c407 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()