Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_ttm.c220 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
270 evict, no_wait_gpu, new_mem); in radeon_move_blit()
276 bool evict, bool interruptible, in radeon_move_vram_ram() argument
323 bool evict, bool interruptible, in radeon_move_ram_vram() argument
363 bool evict, bool interruptible, in radeon_bo_move() argument
392 r = radeon_move_vram_ram(bo, evict, interruptible, in radeon_bo_move()
396 r = radeon_move_ram_vram(bo, evict, interruptible, in radeon_bo_move()
399 r = radeon_move_blit(bo, evict, no_wait_gpu, new_mem, old_mem); in radeon_bo_move()
404 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in radeon_bo_move()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c559 struct nouveau_bo *nvbo, bool evict, in nouveau_bo_move_accel_cleanup() argument
569 ret = ttm_bo_move_accel_cleanup(&nvbo->bo, fence, evict, in nouveau_bo_move_accel_cleanup()
967 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument
996 ret = nouveau_bo_move_accel_cleanup(chan, nvbo, evict, in nouveau_bo_move_m2mf()
1064 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument
1097 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument
1193 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move() argument
1218 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in nouveau_bo_move()
1224 ret = nouveau_bo_move_flipd(bo, evict, intr, in nouveau_bo_move()
1227 ret = nouveau_bo_move_flips(bo, evict, intr, in nouveau_bo_move()
[all …]
/drivers/gpu/drm/ttm/
Dttm_bo_util.c46 bool evict, in ttm_bo_move_ttm() argument
322 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument
631 bool evict, in ttm_bo_move_accel_cleanup() argument
649 if (evict) { in ttm_bo_move_accel_cleanup()
Dttm_bo.c424 bool evict, bool interruptible, in ttm_bo_handle_move_mem() argument
479 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
481 ret = bdev->driver->move(bo, evict, interruptible, in ttm_bo_handle_move_mem()
484 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
/drivers/gpu/drm/ast/
Dast_ttm.c188 bool evict, bool interruptible, in ast_bo_move() argument
193 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in ast_bo_move()
/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c188 bool evict, bool interruptible, in mgag200_bo_move() argument
193 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in mgag200_bo_move()
/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c188 bool evict, bool interruptible, in cirrus_bo_move() argument
193 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in cirrus_bo_move()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c350 bool evict, bool interruptible, in qxl_bo_move() argument
359 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in qxl_bo_move()
/drivers/gpu/drm/omapdrm/
Domap_gem.c179 static void evict(struct drm_gem_object *obj) in evict() function
1306 evict(obj); in omap_gem_free_object()