/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 231 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 281 evict, no_wait_gpu, new_mem); in radeon_move_blit() 287 bool evict, bool interruptible, in radeon_move_vram_ram() argument 334 bool evict, bool interruptible, in radeon_move_ram_vram() argument 374 bool evict, bool interruptible, in radeon_bo_move() argument 403 r = radeon_move_vram_ram(bo, evict, interruptible, in radeon_bo_move() 407 r = radeon_move_ram_vram(bo, evict, interruptible, in radeon_bo_move() 410 r = radeon_move_blit(bo, evict, no_wait_gpu, new_mem, old_mem); in radeon_bo_move() 415 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in radeon_bo_move()
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 48 bool evict, in ttm_bo_move_ttm() argument 324 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument 635 bool evict, in ttm_bo_move_accel_cleanup() argument 646 if (evict) { in ttm_bo_move_accel_cleanup()
|
D | ttm_bo.c | 278 bool evict, bool interruptible, in ttm_bo_handle_move_mem() argument 333 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem() 335 ret = bdev->driver->move(bo, evict, interruptible, in ttm_bo_handle_move_mem() 338 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 953 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument 981 evict, in nouveau_bo_move_m2mf() 1051 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument 1087 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument 1178 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move() argument 1204 ret = nouveau_bo_move_flipd(bo, evict, intr, in nouveau_bo_move() 1207 ret = nouveau_bo_move_flips(bo, evict, intr, in nouveau_bo_move() 1210 ret = nouveau_bo_move_m2mf(bo, evict, intr, in nouveau_bo_move() 1219 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in nouveau_bo_move()
|
/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 190 bool evict, bool interruptible, in ast_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in ast_bo_move()
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 190 bool evict, bool interruptible, in cirrus_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in cirrus_bo_move()
|
/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 190 bool evict, bool interruptible, in mgag200_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in mgag200_bo_move()
|
/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 348 bool evict, bool interruptible, in qxl_bo_move() argument 357 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in qxl_bo_move()
|
/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 169 bool evict, bool interruptible, in bochs_bo_move() argument 173 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in bochs_bo_move()
|
/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 180 static void evict(struct drm_gem_object *obj) in evict() function 1278 evict(obj); in omap_gem_free_object()
|