Searched refs:ttm_bo_move_memcpy (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/drm/ttm/
H A Dttm_bo.h418 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c165 return ttm_bo_move_memcpy(bo, ctx, new_mem);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c127 * ttm_bo_move_memcpy
142 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, function
199 EXPORT_SYMBOL(ttm_bo_move_memcpy); variable
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c538 ret = ttm_bo_move_memcpy(bo, ctx, new_mem);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c216 return ttm_bo_move_memcpy(tbo, ctx, new_mem);
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c546 return ttm_bo_move_memcpy(&gbo->bo, ctx, new_mem);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c245 r = ttm_bo_move_memcpy(bo, ctx, new_mem);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1137 ret = ttm_bo_move_memcpy(bo, ctx, new_reg);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c733 ret = ttm_bo_move_memcpy(ttm_bo, ctx, new_mem);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c445 * amdgpu_res_copyable - Check that memory can be accessed by ttm_bo_move_memcpy
564 r = ttm_bo_move_memcpy(bo, ctx, new_mem);

Completed in 166 milliseconds