/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 279 bool no_wait_gpu) 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() 336 no_wait_gpu, mem); in ttm_bo_handle_move_mem() 338 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem() 484 bool no_wait_gpu) in ttm_bo_cleanup_refs_and_unlock() argument 492 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs_and_unlock() 660 bool no_wait_gpu) in ttm_bo_evict() argument 667 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict() 687 no_wait_gpu); in ttm_bo_evict() 698 no_wait_gpu); in ttm_bo_evict() [all …]
|
D | ttm_bo_util.c | 49 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in ttm_bo_move_ttm() argument 324 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument 636 bool no_wait_gpu, in ttm_bo_move_accel_cleanup() argument
|
/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() 288 bool no_wait_gpu, in radeon_move_vram_ram() argument 309 interruptible, no_wait_gpu); in radeon_move_vram_ram() 323 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram() 327 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in radeon_move_vram_ram() 335 bool no_wait_gpu, in radeon_move_ram_vram() argument 356 interruptible, no_wait_gpu); in radeon_move_ram_vram() 360 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in radeon_move_ram_vram() 364 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram() [all …]
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 409 bool no_wait_gpu) in nouveau_bo_validate() argument 414 interruptible, no_wait_gpu); in nouveau_bo_validate() 954 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_m2mf() argument 982 no_wait_gpu, in nouveau_bo_move_m2mf() 1052 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_flipd() argument 1068 ret = ttm_bo_mem_space(bo, &placement, &tmp_mem, intr, no_wait_gpu); in nouveau_bo_move_flipd() 1076 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_mem); in nouveau_bo_move_flipd() 1080 ret = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in nouveau_bo_move_flipd() 1088 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_flips() argument 1104 ret = ttm_bo_mem_space(bo, &placement, &tmp_mem, intr, no_wait_gpu); in nouveau_bo_move_flips() [all …]
|
D | nouveau_bo.h | 86 bool no_wait_gpu);
|
/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 191 bool no_wait_gpu, 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 | 191 bool no_wait_gpu, 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 | 191 bool no_wait_gpu, 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 | 349 bool no_wait_gpu, 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 | 170 bool no_wait_gpu, in bochs_bo_move() argument 173 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in bochs_bo_move()
|