Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/qxl/
Dqxl_ttm.c167 return ttm_bo_move_memcpy(bo, ctx, new_mem); in qxl_bo_move()
/Linux-v6.6/include/drm/ttm/
Dttm_bo.h413 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
/Linux-v6.6/drivers/gpu/drm/ttm/
Dttm_bo_util.c142 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() function
199 EXPORT_SYMBOL(ttm_bo_move_memcpy);
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c554 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_ttm.c218 return ttm_bo_move_memcpy(tbo, ctx, new_mem); in lsdc_bo_move()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_gem_vram_helper.c570 return ttm_bo_move_memcpy(&gbo->bo, ctx, new_mem); in drm_gem_vram_bo_driver_move()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_ttm.c252 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in radeon_bo_move()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1119 ret = ttm_bo_move_memcpy(bo, ctx, new_reg); in nouveau_bo_move()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c543 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in amdgpu_bo_move()