Searched refs:ttm_bo_wait (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_vm.c | 56 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 D | ttm_bo.c | 437 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 D | ttm_bo_util.c | 647 ret = ttm_bo_wait(bo, false, false, false); ttm_bo_move_accel_cleanup()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
H A D | qxl_object.h | 82 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); qxl_bo_wait()
|
H A D | qxl_cmd.c | 627 ret = ttm_bo_wait(&surf->tbo, true, true, !stall); qxl_reap_surf()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 127 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 D | nouveau_bo.c | 1331 ret = ttm_bo_wait(bo, true, intr, no_wait_gpu); nouveau_bo_move()
|
/linux-4.1.27/include/drm/ttm/ |
H A D | ttm_bo_api.h | 304 * 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 D | radeon_object.c | 832 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); radeon_bo_wait()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_buffer.c | 828 ttm_bo_wait(bo, false, false, false); vmw_swap_notify()
|
H A D | vmwgfx_resource.c | 1507 (void) ttm_bo_wait(bo, false, false, false); vmw_resource_move_notify()
|
Completed in 378 milliseconds