Home
last modified time | relevance | path

Searched refs:ttm_bo_move_accel_cleanup (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_bo_driver.h640 * ttm_bo_move_accel_cleanup.
655 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
/kernel/linux/linux-6.6/include/drm/ttm/
H A Dttm_bo.h416 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c606 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, in ttm_bo_move_accel_cleanup() function
632 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c627 * ttm_bo_move_accel_cleanup - cleanup helper for hw copies
642 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, in ttm_bo_move_accel_cleanup() function
668 EXPORT_SYMBOL(ttm_bo_move_accel_cleanup); variable
676 * Special case of ttm_bo_move_accel_cleanup where the bo is guaranteed
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c663 ret = ttm_bo_move_accel_cleanup(bo, migration_fence, evict, in i915_ttm_move()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c188 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c503 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c398 r = ttm_bo_move_accel_cleanup(bo, fence, true, false, new_mem); in amdgpu_move_blit()
400 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c829 * ttm_bo_move_accel_cleanup somehow doesn't seem to do it. in nouveau_bo_move_m2mf()
835 ret = ttm_bo_move_accel_cleanup(bo, in nouveau_bo_move_m2mf()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c203 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c886 * ttm_bo_move_accel_cleanup somehow doesn't seem to do it. in nouveau_bo_move_m2mf()
892 ret = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, in nouveau_bo_move_m2mf()

Completed in 17 milliseconds