Searched refs:no_wait_gpu (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_ttm.c | 221 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 271 evict, no_wait_gpu, new_mem); in radeon_move_blit() 278 bool no_wait_gpu, in radeon_move_vram_ram() argument 299 interruptible, no_wait_gpu); in radeon_move_vram_ram() 317 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in radeon_move_vram_ram() 325 bool no_wait_gpu, in radeon_move_ram_vram() argument 346 interruptible, no_wait_gpu); in radeon_move_ram_vram() 350 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in radeon_move_ram_vram() 365 bool no_wait_gpu, in radeon_bo_move() argument 394 no_wait_gpu, new_mem); in radeon_bo_move() [all …]
|
| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_bo.c | 415 bool no_wait_gpu) in ttm_bo_handle_move_mem() argument 472 no_wait_gpu, mem); in ttm_bo_handle_move_mem() 806 bool no_wait_gpu) in ttm_bo_evict() argument 837 no_wait_gpu); in ttm_bo_evict() 848 no_wait_gpu); in ttm_bo_evict() 863 bool no_wait_gpu) in ttm_mem_evict_first() argument 924 bool no_wait_gpu) in ttm_bo_mem_force_space() argument 1003 bool no_wait_gpu) in ttm_bo_mem_space() argument 1109 bool no_wait_gpu) in ttm_bo_move_buffer() argument 1170 bool no_wait_gpu) in ttm_bo_validate() argument [all …]
|
| H A D | ttm_bo_driver.h | 398 bool no_wait_gpu, 722 bool no_wait_gpu); 925 bool evict, bool no_wait_gpu, 947 bool evict, bool no_wait_gpu, 978 bool evict, bool no_wait_gpu,
|
| H A D | ttm_bo_util.c | 46 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in ttm_bo_move_ttm() argument 294 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument 599 bool no_wait_gpu, in ttm_bo_move_accel_cleanup() argument
|
| H A D | ttm_bo_api.h | 350 bool no_wait_gpu);
|