Searched refs:no_wait_gpu (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo.c | 413 bool no_wait_gpu) in ttm_bo_handle_move_mem() argument 467 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem() 470 no_wait_gpu, mem); in ttm_bo_handle_move_mem() 472 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem() 608 bool no_wait_gpu) in ttm_bo_cleanup_refs_and_unlock() argument 619 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs_and_unlock() 804 bool no_wait_gpu) in ttm_bo_evict() argument 812 ret = ttm_bo_wait(bo, false, interruptible, no_wait_gpu); in ttm_bo_evict() 835 no_wait_gpu); in ttm_bo_evict() 846 no_wait_gpu); in ttm_bo_evict() [all …]
|
H A D | ttm_bo_driver.h | 397 bool no_wait_gpu, 721 bool no_wait_gpu); 924 bool evict, bool no_wait_gpu, 946 bool evict, bool no_wait_gpu, 977 bool evict, bool no_wait_gpu,
|
H A D | ttm_bo_util.c | 44 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in ttm_bo_move_ttm() argument 292 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument 597 bool no_wait_gpu, in ttm_bo_move_accel_cleanup() argument
|
H A D | ttm_bo_api.h | 349 bool no_wait_gpu);
|