Home
last modified time | relevance | path

Searched refs:ttm_bo_move_memcpy (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/include/drm/ttm/
Dttm_bo_driver.h249 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_ttm.c157 return ttm_bo_move_memcpy(bo, ctx, new_mem); in qxl_bo_move()
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo_util.c135 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() function
186 EXPORT_SYMBOL(ttm_bo_move_memcpy);
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c709 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_gem_vram_helper.c579 return ttm_bo_move_memcpy(&gbo->bo, ctx, new_mem); in drm_gem_vram_bo_driver_move()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_ttm.c259 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in radeon_bo_move()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1040 ret = ttm_bo_move_memcpy(bo, ctx, new_reg); in nouveau_bo_move()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c552 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in amdgpu_bo_move()