Home
last modified time | relevance | path

Searched refs:no_wait_gpu (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_bo.c279 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 …]
Dttm_bo_util.c49 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/
Dradeon_ttm.c231 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/
Dnouveau_bo.c409 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 …]
Dnouveau_bo.h86 bool no_wait_gpu);
/drivers/gpu/drm/ast/
Dast_ttm.c191 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/
Dcirrus_ttm.c191 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/
Dmgag200_ttm.c191 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/
Dqxl_ttm.c349 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/
Dbochs_mm.c170 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()