Searched refs:ttm_bo_wait (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 56 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_vm_fault_idle() 71 (void) ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault_idle() 80 ret = ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault_idle()
|
D | ttm_bo.c | 437 if (!ttm_bo_wait(bo, false, false, true)) { in ttm_bo_cleanup_refs_or_queue() 490 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock() 527 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_cleanup_refs_and_unlock() 667 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict() 980 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer() 1535 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function 1581 EXPORT_SYMBOL(ttm_bo_wait); 1594 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab() 1650 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
|
D | ttm_bo_util.c | 647 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
|
/drivers/gpu/drm/qxl/ |
D | qxl_object.h | 82 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in qxl_bo_wait()
|
D | qxl_cmd.c | 627 ret = ttm_bo_wait(&surf->tbo, true, true, !stall); in qxl_reap_surf()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 110 ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_object_unmap() 627 ret = ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_pushbuf_reloc_apply()
|
D | nouveau_bo.c | 1217 ret = ttm_bo_wait(bo, true, intr, no_wait_gpu); in nouveau_bo_move()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_buffer.c | 828 ttm_bo_wait(bo, false, false, false); in vmw_swap_notify()
|
D | vmwgfx_resource.c | 1494 (void) ttm_bo_wait(bo, false, false, false); in vmw_resource_move_notify()
|
/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 804 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()
|