Searched refs:ttm_bo_wait (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 56 ret = ttm_bo_wait(bo, false, false, true); in ttm_bo_vm_fault_idle() 70 (void) ttm_bo_wait(bo, false, true, false); in ttm_bo_vm_fault_idle() 77 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() 984 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_move_buffer() 1538 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait() function 1584 EXPORT_SYMBOL(ttm_bo_wait); 1597 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab() 1654 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_swapout()
|
D | ttm_bo_util.c | 648 ret = ttm_bo_wait(bo, false, false, false); in ttm_bo_move_accel_cleanup()
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 161 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in virtio_gpu_object_wait()
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_api.h | 317 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 129 ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_object_unmap() 654 ret = ttm_bo_wait(&nvbo->bo, true, false, false); in nouveau_gem_pushbuf_reloc_apply()
|
D | nouveau_bo.c | 1325 ret = ttm_bo_wait(bo, true, intr, no_wait_gpu); in nouveau_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cotable.c | 426 ret = ttm_bo_wait(old_bo, false, false, false); in vmw_cotable_resize()
|
D | vmwgfx_buffer.c | 842 ttm_bo_wait(bo, false, false, false); in vmw_swap_notify()
|
D | vmwgfx_resource.c | 1515 (void) ttm_bo_wait(bo, false, false, false); in vmw_resource_move_notify() 1608 (void) ttm_bo_wait(bo, false, false, false); in vmw_query_move_notify()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 837 r = ttm_bo_wait(&bo->tbo, true, true, no_wait); in radeon_bo_wait()
|