Searched refs:ttm_bo_move_accel_cleanup (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/drm/ttm/ | 
| D | ttm_bo_driver.h | 655 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
 | 
| /Linux-v5.10/drivers/gpu/drm/ttm/ | 
| D | ttm_bo_util.c | 606 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,  in ttm_bo_move_accel_cleanup()  function632 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup);
 
 | 
| /Linux-v5.10/drivers/gpu/drm/radeon/ | 
| D | radeon_ttm.c | 203 	r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem);  in radeon_move_blit()
 | 
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_ttm.c | 503 		r = ttm_bo_move_accel_cleanup(bo, fence, true, false, new_mem);  in amdgpu_move_blit()505 		r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem);  in amdgpu_move_blit()
 
 | 
| /Linux-v5.10/drivers/gpu/drm/nouveau/ | 
| D | nouveau_bo.c | 824 				ret = ttm_bo_move_accel_cleanup(bo,  in nouveau_bo_move_m2mf()
 |