Searched defs:evict (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c46 bool evict, bool no_wait_reserve,
317 bool evict, bool no_wait_reserve, bool no_wait_gpu,
615 bool evict, bool no_wait_reserve,
634 if (evict) {
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.c357 bool evict, bool interruptible,
412 ret = ttm_bo_move_ttm(bo, evict, no_wait_reserve, no_wait_gpu, mem);
414 ret = bdev->driver->move(bo, evict, interruptible,
417 ret = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, mem);
852 * Repeatedly evict memory from the LRU for @mem_type until we create enough
933 * ttm_bo_mem_force_space is attempted in priority order to evict and find
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
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c469 struct nouveau_bo *nvbo, bool evict,
480 ret = ttm_bo_move_accel_cleanup(&nvbo->bo, fence, NULL, evict,
691 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, argument
727 ret = nouveau_bo_move_accel_cleanup(chan, nvbo, evict,
738 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, argument
772 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, argument
864 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, argument
890 ret = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, new_mem);
896 ret = nouveau_bo_move_flipd(bo, evict, intr, no_wait_reserve, no_wait_gpu, new_mem);
898 ret = nouveau_bo_move_flips(bo, evict, int
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
[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);
306 bool evict, bool interruptible,
353 bool evict, bool interruptible,
392 bool evict, bool interruptible,
421 r = radeon_move_vram_ram(bo, evict, interruptible,
425 r = radeon_move_ram_vram(bo, evict, interruptible,
428 r = radeon_move_blit(bo, evict, no_wait_reserve, no_wait_gpu, new_mem, old_mem);
433 r = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, new_mem);
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
/drivers/staging/omapdrm/
H A Domap_gem.c179 static void evict(struct drm_gem_object *obj) function
391 /* evict previous buffer using this usergart entry, if any: */
1119 evict(obj);

Completed in 212 milliseconds