Searched refs:ttm_bo_move_accel_cleanup (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/drm/ttm/ |
D | ttm_bo_driver.h | 269 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, 286 int ret = ttm_bo_move_accel_cleanup(bo, NULL, true, false, new_mem); in ttm_bo_move_sync_cleanup()
|
/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 545 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, in ttm_bo_move_accel_cleanup() function 571 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup);
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 189 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 416 r = ttm_bo_move_accel_cleanup(bo, fence, true, false, new_mem); in amdgpu_move_blit() 418 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 823 ret = ttm_bo_move_accel_cleanup(bo, in nouveau_bo_move_m2mf()
|