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

/linux-4.1.27/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c56 ret = ttm_bo_wait(bo, false, false, true); ttm_bo_vm_fault_idle()
70 (void) ttm_bo_wait(bo, false, true, false); ttm_bo_vm_fault_idle()
77 ret = ttm_bo_wait(bo, false, true, false); ttm_bo_vm_fault_idle()
H A Dttm_bo.c437 if (!ttm_bo_wait(bo, false, false, true)) { ttm_bo_cleanup_refs_or_queue()
490 ret = ttm_bo_wait(bo, false, false, true); ttm_bo_cleanup_refs_and_unlock()
524 * remove sync_obj with ttm_bo_wait, the wait should be ttm_bo_cleanup_refs_and_unlock()
527 ret = ttm_bo_wait(bo, false, false, true); ttm_bo_cleanup_refs_and_unlock()
667 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); ttm_bo_evict()
980 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); ttm_bo_move_buffer()
1534 int ttm_bo_wait(struct ttm_buffer_object *bo, ttm_bo_wait() function
1580 EXPORT_SYMBOL(ttm_bo_wait); variable
1593 ret = ttm_bo_wait(bo, false, true, no_wait); ttm_bo_synccpu_write_grab()
1650 ret = ttm_bo_wait(bo, false, false, false); ttm_bo_swapout()
H A Dttm_bo_util.c647 ret = ttm_bo_wait(bo, false, false, false); ttm_bo_move_accel_cleanup()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_object.h82 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); qxl_bo_wait()
H A Dqxl_cmd.c627 ret = ttm_bo_wait(&surf->tbo, true, true, !stall); qxl_reap_surf()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c127 ttm_bo_wait(&nvbo->bo, true, false, false); nouveau_gem_object_unmap()
655 ret = ttm_bo_wait(&nvbo->bo, true, false, false); nouveau_gem_pushbuf_reloc_apply()
H A Dnouveau_bo.c1331 ret = ttm_bo_wait(bo, true, intr, no_wait_gpu); nouveau_bo_move()
/linux-4.1.27/include/drm/ttm/
H A Dttm_bo_api.h304 * ttm_bo_wait - wait for buffer idle.
317 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_object.c832 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); radeon_bo_wait()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c828 ttm_bo_wait(bo, false, false, false); vmw_swap_notify()
H A Dvmwgfx_resource.c1507 (void) ttm_bo_wait(bo, false, false, false); vmw_resource_move_notify()

Completed in 230 milliseconds