Searched defs:no_wait_gpu (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c47 bool no_wait_gpu, struct ttm_mem_reg *new_mem)
317 bool evict, bool no_wait_reserve, bool no_wait_gpu,
616 bool no_wait_gpu,
45 ttm_bo_move_ttm(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
316 ttm_bo_move_memcpy(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
612 ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, void *sync_obj, void *sync_obj_arg, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
H A Dttm_bo.c358 bool no_wait_reserve, bool no_wait_gpu)
412 ret = ttm_bo_move_ttm(bo, evict, no_wait_reserve, no_wait_gpu, mem);
415 no_wait_reserve, no_wait_gpu, mem);
417 ret = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, mem);
552 * @no_wait_gpu Never wait for gpu. Return -EBUSY instead.
558 bool no_wait_gpu)
567 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
724 bool no_wait_reserve, bool no_wait_gpu)
732 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu);
757 no_wait_reserve, no_wait_gpu);
355 ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, struct ttm_mem_reg *mem, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
555 ttm_bo_cleanup_refs(struct ttm_buffer_object *bo, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
723 ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
781 ttm_mem_evict_first(struct ttm_bo_device *bdev, uint32_t mem_type, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
858 ttm_bo_mem_force_space(struct ttm_buffer_object *bo, uint32_t mem_type, struct ttm_placement *placement, struct ttm_mem_reg *mem, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
939 ttm_bo_mem_space(struct ttm_buffer_object *bo, struct ttm_placement *placement, struct ttm_mem_reg *mem, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
1056 ttm_bo_move_buffer(struct ttm_buffer_object *bo, struct ttm_placement *placement, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
1115 ttm_bo_validate(struct ttm_buffer_object *bo, struct ttm_placement *placement, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c291 bool no_wait_reserve, bool no_wait_gpu)
296 no_wait_reserve, no_wait_gpu);
470 bool no_wait_reserve, bool no_wait_gpu,
481 no_wait_reserve, no_wait_gpu, new_mem);
692 bool no_wait_reserve, bool no_wait_gpu,
733 no_wait_gpu, new_mem);
744 bool no_wait_reserve, bool no_wait_gpu,
758 ret = ttm_bo_mem_space(bo, &placement, &tmp_mem, intr, no_wait_reserve, no_wait_gpu);
766 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_reserve, no_wait_gpu, &tmp_mem);
770 ret = ttm_bo_move_ttm(bo, true, no_wait_reserve, no_wait_gpu, new_me
290 nouveau_bo_validate(struct nouveau_bo *nvbo, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
468 nouveau_bo_move_accel_cleanup(struct nouveau_channel *chan, struct nouveau_bo *nvbo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
691 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
743 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
777 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
869 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c219 bool evict, int no_wait_reserve, bool no_wait_gpu,
300 evict, no_wait_reserve, no_wait_gpu, new_mem);
307 bool no_wait_reserve, bool no_wait_gpu,
328 interruptible, no_wait_reserve, no_wait_gpu);
342 r = radeon_move_blit(bo, true, no_wait_reserve, no_wait_gpu, &tmp_mem, old_mem);
346 r = ttm_bo_move_ttm(bo, true, no_wait_reserve, no_wait_gpu, new_mem);
354 bool no_wait_reserve, bool no_wait_gpu,
374 r = ttm_bo_mem_space(bo, &placement, &tmp_mem, interruptible, no_wait_reserve, no_wait_gpu);
378 r = ttm_bo_move_ttm(bo, true, no_wait_reserve, no_wait_gpu, &tmp_mem);
382 r = radeon_move_blit(bo, true, no_wait_reserve, no_wait_gpu, new_me
218 radeon_move_blit(struct ttm_buffer_object *bo, bool evict, int no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) argument
305 radeon_move_vram_ram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
352 radeon_move_ram_vram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
391 radeon_bo_move(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]

Completed in 28 milliseconds