Home
last modified time | relevance | path

Searched refs:old_mem (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/radeon/
A Dradeon_ttm.c136 struct ttm_resource *old_mem) in radeon_move_blit() argument
146 old_start = (u64)old_mem->start << PAGE_SHIFT; in radeon_move_blit()
149 switch (old_mem->mem_type) { in radeon_move_blit()
157 DRM_ERROR("Unknown placement %d\n", old_mem->mem_type); in radeon_move_blit()
193 struct ttm_resource *old_mem = bo->resource; in radeon_bo_move() local
208 if (!old_mem || (old_mem->mem_type == TTM_PL_SYSTEM && in radeon_bo_move()
213 if (old_mem->mem_type == TTM_PL_SYSTEM && in radeon_bo_move()
219 if (old_mem->mem_type == TTM_PL_TT && in radeon_bo_move()
227 if ((old_mem->mem_type == TTM_PL_SYSTEM && in radeon_bo_move()
229 (old_mem->mem_type == TTM_PL_VRAM && in radeon_bo_move()
[all …]
/drivers/gpu/drm/ttm/tests/
A Dttm_kunit_helpers.c68 struct ttm_resource *old_mem = bo->resource; in mock_move() local
70 if (!old_mem || (old_mem->mem_type == TTM_PL_SYSTEM && !bo->ttm)) { in mock_move()
84 if ((old_mem->mem_type == TTM_PL_SYSTEM && in mock_move()
86 (old_mem->mem_type == TTM_PL_TT && in mock_move()
/drivers/gpu/drm/loongson/
A Dlsdc_ttm.c165 struct ttm_resource *old_mem = tbo->resource; in lsdc_bo_move() local
178 if (!old_mem) { in lsdc_bo_move()
186 if (old_mem->mem_type == TTM_PL_SYSTEM && !tbo->ttm) { in lsdc_bo_move()
193 if (old_mem->mem_type == TTM_PL_SYSTEM && in lsdc_bo_move()
201 if (old_mem->mem_type == TTM_PL_TT && in lsdc_bo_move()
212 lsdc_mem_type_to_str(old_mem->mem_type), in lsdc_bo_move()
/drivers/gpu/drm/qxl/
A Dqxl_ttm.c141 struct ttm_resource *old_mem = bo->resource; in qxl_bo_move() local
144 if (!old_mem) { in qxl_bo_move()
161 if (old_mem->mem_type == TTM_PL_SYSTEM && bo->ttm == NULL) { in qxl_bo_move()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ttm.c381 struct ttm_resource *old_mem) in amdgpu_move_blit() argument
391 src.mem = old_mem; in amdgpu_move_blit()
404 if (old_mem->mem_type == TTM_PL_VRAM && in amdgpu_move_blit()
510 if (!old_mem || (old_mem->mem_type == TTM_PL_SYSTEM && in amdgpu_bo_move()
516 if (old_mem->mem_type == TTM_PL_SYSTEM && in amdgpu_bo_move()
523 if ((old_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move()
537 if (old_mem->mem_type == AMDGPU_PL_GDS || in amdgpu_bo_move()
538 old_mem->mem_type == AMDGPU_PL_GWS || in amdgpu_bo_move()
539 old_mem->mem_type == AMDGPU_PL_OA || in amdgpu_bo_move()
553 old_mem->mem_type != TTM_PL_VRAM) { in amdgpu_bo_move()
[all …]
A Damdgpu_object.c1252 struct ttm_resource *old_mem = bo->resource; in amdgpu_bo_move_notify() local
1264 old_mem && old_mem->mem_type != TTM_PL_SYSTEM) in amdgpu_bo_move_notify()
1269 old_mem ? old_mem->mem_type : -1); in amdgpu_bo_move_notify()
/drivers/gpu/drm/nouveau/
A Dnouveau_bo.c907 struct nouveau_mem *old_mem = nouveau_mem(bo->resource); in nouveau_bo_move_prep() local
912 ret = nvif_vmm_get(vmm, LAZY, false, old_mem->mem.page, 0, in nouveau_bo_move_prep()
913 old_mem->mem.size, &old_mem->vma[0]); in nouveau_bo_move_prep()
918 new_mem->mem.size, &old_mem->vma[1]); in nouveau_bo_move_prep()
922 ret = nouveau_mem_map(old_mem, vmm, &old_mem->vma[0]); in nouveau_bo_move_prep()
926 ret = nouveau_mem_map(new_mem, vmm, &old_mem->vma[1]); in nouveau_bo_move_prep()
929 nvif_vmm_put(vmm, &old_mem->vma[1]); in nouveau_bo_move_prep()
930 nvif_vmm_put(vmm, &old_mem->vma[0]); in nouveau_bo_move_prep()
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_ttm_buffer.c472 struct ttm_resource *old_mem, in vmw_move_notify() argument
476 vmw_query_move_notify(bo, old_mem, new_mem); in vmw_move_notify()
A Dvmwgfx_resource.c839 struct ttm_resource *old_mem, in vmw_query_move_notify() argument
849 if (old_mem && in vmw_query_move_notify()
851 old_mem->mem_type == VMW_PL_MOB) { in vmw_query_move_notify()
A Dvmwgfx_drv.h797 struct ttm_resource *old_mem,
/drivers/gpu/drm/xe/
A Dxe_bo.c750 struct ttm_resource *old_mem = ttm_bo->resource; in xe_bo_move_notify() local
751 u32 old_mem_type = old_mem ? old_mem->mem_type : XE_PL_SYSTEM; in xe_bo_move_notify()
793 struct ttm_resource *old_mem = ttm_bo->resource; in xe_bo_move() local
794 u32 old_mem_type = old_mem ? old_mem->mem_type : XE_PL_SYSTEM; in xe_bo_move()
806 if ((!old_mem && ttm) && !handle_system_ccs) { in xe_bo_move()
824 move_lacks_source = !old_mem || (handle_system_ccs ? (!bo->ccs_cleared) : in xe_bo_move()
937 fence = xe_migrate_copy(migrate, bo, bo, old_mem, new_mem, in xe_bo_move()

Completed in 37 milliseconds