Searched refs:ttm_bo_move_memcpy (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/include/drm/ttm/ |
D | ttm_bo_driver.h | 249 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
|
/Linux-v5.15/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 157 return ttm_bo_move_memcpy(bo, ctx, new_mem); in qxl_bo_move()
|
/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 135 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/ |
D | vmwgfx_ttm_buffer.c | 709 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
|
/Linux-v5.15/drivers/gpu/drm/ |
D | drm_gem_vram_helper.c | 579 return ttm_bo_move_memcpy(&gbo->bo, ctx, new_mem); in drm_gem_vram_bo_driver_move()
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 259 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in radeon_bo_move()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1040 ret = ttm_bo_move_memcpy(bo, ctx, new_reg); in nouveau_bo_move()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 552 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in amdgpu_bo_move()
|