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 D | ttm_bo_driver.h | 640 * 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 D | ttm_bo.h | 416 int ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_util.c | 606 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 D | ttm_bo_util.c | 627 * 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 D | i915_gem_ttm_move.c | 663 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 D | radeon_ttm.c | 188 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 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 398 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 D | nouveau_bo.c | 829 * 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 D | radeon_ttm.c | 203 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 D | nouveau_bo.c | 886 * 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