Searched refs:ttm_bo_move_memcpy (Results 1 – 8 of 8) sorted by relevance
| /linux/include/drm/ttm/ |
| A D | ttm_bo_driver.h | 249 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo,
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_ttm.c | 156 return ttm_bo_move_memcpy(bo, ctx, new_mem); in qxl_bo_move()
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_bo_util.c | 131 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() function 185 EXPORT_SYMBOL(ttm_bo_move_memcpy);
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 705 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move()
|
| /linux/drivers/gpu/drm/ |
| A 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/drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 259 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in radeon_bo_move()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.c | 1040 ret = ttm_bo_move_memcpy(bo, ctx, new_reg); in nouveau_bo_move()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 555 r = ttm_bo_move_memcpy(bo, ctx, new_mem); in amdgpu_bo_move()
|
Completed in 19 milliseconds