/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ttm_buffer.c | 570 struct ttm_resource *new_mem) in vmw_move_notify() argument 572 vmw_bo_move_notify(bo, new_mem); in vmw_move_notify() 573 vmw_query_move_notify(bo, old_mem, new_mem); in vmw_move_notify() 596 struct ttm_resource *new_mem, in vmw_move() argument 603 if (new_man->use_tt && !vmw_memtype_is_system(new_mem->mem_type)) { in vmw_move() 604 ret = vmw_ttm_bind(bo->bdev, bo->ttm, new_mem); in vmw_move() 609 vmw_move_notify(bo, bo->resource, new_mem); in vmw_move() 613 ttm_bo_move_null(bo, new_mem); in vmw_move() 622 ttm_bo_assign_mem(bo, new_mem); in vmw_move() 625 ret = ttm_bo_move_memcpy(bo, ctx, new_mem); in vmw_move() [all …]
|
A D | vmwgfx_resource.c | 823 struct ttm_resource *new_mem) in vmw_query_move_notify() argument 834 if (new_mem->mem_type == TTM_PL_SYSTEM && in vmw_query_move_notify()
|
A D | vmwgfx_drv.h | 852 struct ttm_resource *new_mem);
|
/linux-6.3-rc2/drivers/gpu/drm/qxl/ |
A D | qxl_ttm.c | 124 struct ttm_resource *new_mem) in qxl_bo_move_notify() argument 135 qxl_surface_evict(qdev, qbo, new_mem ? true : false); in qxl_bo_move_notify() 140 struct ttm_resource *new_mem, in qxl_bo_move() argument 146 qxl_bo_move_notify(bo, new_mem); in qxl_bo_move() 153 ttm_bo_move_null(bo, new_mem); in qxl_bo_move() 156 return ttm_bo_move_memcpy(bo, ctx, new_mem); in qxl_bo_move()
|
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_bo.h | 299 struct ttm_resource *new_mem) in ttm_bo_assign_mem() argument 302 bo->resource = new_mem; in ttm_bo_assign_mem() 313 struct ttm_resource *new_mem) in ttm_bo_move_null() argument 316 ttm_bo_assign_mem(bo, new_mem); in ttm_bo_move_null() 417 struct ttm_resource *new_mem); 421 struct ttm_resource *new_mem); 423 struct ttm_resource *new_mem);
|
A D | ttm_device.h | 151 struct ttm_resource *new_mem,
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_ttm.c | 141 struct ttm_resource *new_mem, in radeon_move_blit() argument 166 switch (new_mem->mem_type) { in radeon_move_blit() 196 struct ttm_resource *new_mem, in radeon_bo_move() argument 204 if (new_mem->mem_type == TTM_PL_TT) { in radeon_bo_move() 221 ttm_bo_move_null(bo, new_mem); in radeon_bo_move() 225 new_mem->mem_type == TTM_PL_TT) { in radeon_bo_move() 226 ttm_bo_move_null(bo, new_mem); in radeon_bo_move() 231 new_mem->mem_type == TTM_PL_SYSTEM) { in radeon_bo_move() 234 ttm_bo_assign_mem(bo, new_mem); in radeon_bo_move() 240 new_mem->mem_type == TTM_PL_VRAM) || in radeon_bo_move() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ttm.c | 359 struct ttm_resource *new_mem, in amdgpu_move_blit() argument 371 dst.mem = new_mem; in amdgpu_move_blit() 376 new_mem->size, in amdgpu_move_blit() 454 struct ttm_resource *new_mem, in amdgpu_bo_move() argument 462 if (new_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move() 478 ttm_bo_move_null(bo, new_mem); in amdgpu_bo_move() 482 (new_mem->mem_type == TTM_PL_TT || in amdgpu_bo_move() 484 ttm_bo_move_null(bo, new_mem); in amdgpu_bo_move() 496 ttm_bo_assign_mem(bo, new_mem); in amdgpu_bo_move() 507 ttm_bo_move_null(bo, new_mem); in amdgpu_bo_move() [all …]
|
A D | amdgpu_object.c | 1238 struct ttm_resource *new_mem) in amdgpu_bo_move_notify() argument 1261 if (!new_mem) in amdgpu_bo_move_notify() 1265 trace_amdgpu_bo_move(abo, new_mem->mem_type, old_mem->mem_type); in amdgpu_bo_move_notify()
|
A D | amdgpu_object.h | 317 struct ttm_resource *new_mem);
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_bo_util.c | 646 struct ttm_resource *new_mem) in ttm_bo_move_accel_cleanup() argument 650 struct ttm_resource_manager *man = ttm_manager_type(bdev, new_mem->mem_type); in ttm_bo_move_accel_cleanup() 664 ttm_bo_assign_mem(bo, new_mem); in ttm_bo_move_accel_cleanup() 680 struct ttm_resource *new_mem) in ttm_bo_move_sync_cleanup() argument 683 struct ttm_resource_manager *man = ttm_manager_type(bdev, new_mem->mem_type); in ttm_bo_move_sync_cleanup() 690 ttm_bo_assign_mem(bo, new_mem); in ttm_bo_move_sync_cleanup()
|
/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | ibmphp_res.c | 188 struct resource_node *new_mem = NULL; in ibmphp_rsrc_init() local 286 new_mem = alloc_resources(curr); in ibmphp_rsrc_init() 287 if (!new_mem) in ibmphp_rsrc_init() 289 new_mem->type = MEM; in ibmphp_rsrc_init() 297 if (ibmphp_add_resource(new_mem) < 0) { in ibmphp_rsrc_init() 301 newbus->firstMem = new_mem; in ibmphp_rsrc_init() 303 new_mem->rangeno = -1; in ibmphp_rsrc_init() 305 …y resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem->start, … in ibmphp_rsrc_init()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_gem_vram_helper.c | 567 struct ttm_resource *new_mem) in drm_gem_vram_bo_driver_move() argument 570 return ttm_bo_move_memcpy(&gbo->bo, ctx, new_mem); in drm_gem_vram_bo_driver_move() 914 struct ttm_resource *new_mem, in bo_driver_move() argument 921 return drm_gem_vram_bo_driver_move(gbo, evict, ctx, new_mem); in bo_driver_move()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_icm_pool.c | 379 bool new_mem = false; in dr_icm_handle_buddies_get_mem() local 390 if (WARN_ON(new_mem)) { in dr_icm_handle_buddies_get_mem() 409 new_mem = true; in dr_icm_handle_buddies_get_mem()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_bo.c | 768 struct nouveau_mem *new_mem = nouveau_mem(reg); in nouveau_bo_move_prep() local 777 ret = nvif_vmm_get(vmm, LAZY, false, new_mem->mem.page, 0, in nouveau_bo_move_prep() 778 new_mem->mem.size, &old_mem->vma[1]); in nouveau_bo_move_prep() 786 ret = nouveau_mem_map(new_mem, vmm, &old_mem->vma[1]); in nouveau_bo_move_prep()
|
/linux-6.3-rc2/drivers/vfio/pci/ |
A D | vfio_pci_config.c | 570 bool phys_mem, virt_mem, new_mem, phys_io, virt_io, new_io; in vfio_basic_config_write() local 585 new_mem = !!(new_cmd & PCI_COMMAND_MEMORY); in vfio_basic_config_write() 587 if (!new_mem) in vfio_basic_config_write() 601 if ((new_mem && virt_mem && !phys_mem && in vfio_basic_config_write()
|