Home
last modified time | relevance | path

Searched refs:ttm_manager_type (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/sys/dev/pci/drm/ttm/
Dttm_bo_util.c149 ttm_manager_type(bo->bdev, dst_mem->mem_type); in ttm_bo_move_memcpy()
164 src_man = ttm_manager_type(bdev, src_mem->mem_type); in ttm_bo_move_memcpy()
298 man = ttm_manager_type(bo->bdev, res->mem_type); in ttm_io_prot()
358 ttm_manager_type(bo->bdev, bo->resource->mem_type); in ttm_bo_kmap_ttm()
643 from = ttm_manager_type(bdev, bo->resource->mem_type); in ttm_bo_move_pipeline_evict()
682 struct ttm_resource_manager *from = ttm_manager_type(bdev, bo->resource->mem_type); in ttm_bo_move_accel_cleanup()
683 struct ttm_resource_manager *man = ttm_manager_type(bdev, new_mem->mem_type); in ttm_bo_move_accel_cleanup()
716 struct ttm_resource_manager *man = ttm_manager_type(bdev, new_mem->mem_type); in ttm_bo_move_sync_cleanup()
Dttm_device.c152 man = ttm_manager_type(bdev, i); in ttm_device_swapout()
237 man = ttm_manager_type(bdev, TTM_PL_SYSTEM); in ttm_device_fini()
285 man = ttm_manager_type(bdev, i); in ttm_device_clear_dma_mappings()
Dttm_resource.c153 man = ttm_manager_type(pos->first->bo->bdev, i); in ttm_lru_bulk_move_tail()
273 man = ttm_manager_type(bdev, res->mem_type); in ttm_resource_move_to_lru_tail()
302 man = ttm_manager_type(bo->bdev, place->mem_type); in ttm_resource_init()
340 ttm_manager_type(bo->bdev, place->mem_type); in ttm_resource_alloc()
364 man = ttm_manager_type(bo->bdev, (*res)->mem_type); in ttm_resource_free()
393 man = ttm_manager_type(bdev, res->mem_type); in ttm_resource_intersects()
435 man = ttm_manager_type(bdev, res->mem_type); in ttm_resource_compatible()
Dttm_bo.c60 man = ttm_manager_type(bo->bdev, mem_type); in ttm_bo_mem_space_debug()
124 old_use_tt = !bo->resource || ttm_manager_type(bdev, bo->resource->mem_type)->use_tt; in ttm_bo_handle_move_mem()
125 new_use_tt = ttm_manager_type(bdev, mem->mem_type)->use_tt; in ttm_bo_handle_move_mem()
693 man = ttm_manager_type(bdev, place->mem_type); in ttm_bo_alloc_resource()
Dttm_range_manager.c217 struct ttm_resource_manager *man = ttm_manager_type(bdev, type); in ttm_range_man_fini_nocheck()
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_device.h280 ttm_manager_type(struct ttm_device *bdev, int mem_type) in ttm_manager_type() function
/openbsd/src/sys/dev/pci/drm/i915/
Dintel_region_ttm.c101 mem->region_private = ttm_manager_type(bdev, mem_type); in intel_region_ttm_init()
Di915_ttm_buddy_manager.c334 struct ttm_resource_manager *man = ttm_manager_type(bdev, type); in i915_ttm_buddy_man_fini()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ttm.c2148 struct ttm_resource_manager *man = ttm_manager_type(&adev->mman.bdev, TTM_PL_VRAM); in amdgpu_ttm_set_buffer_funcs_status()
2458 man = ttm_manager_type(&adev->mman.bdev, mem_type); in amdgpu_ttm_evict_resources()
2696 ttm_resource_manager_create_debugfs(ttm_manager_type(&adev->mman.bdev, in amdgpu_ttm_debugfs_init()
2699 ttm_resource_manager_create_debugfs(ttm_manager_type(&adev->mman.bdev, in amdgpu_ttm_debugfs_init()
2702 ttm_resource_manager_create_debugfs(ttm_manager_type(&adev->mman.bdev, in amdgpu_ttm_debugfs_init()
2705 ttm_resource_manager_create_debugfs(ttm_manager_type(&adev->mman.bdev, in amdgpu_ttm_debugfs_init()
2708 ttm_resource_manager_create_debugfs(ttm_manager_type(&adev->mman.bdev, in amdgpu_ttm_debugfs_init()
Damdgpu_gtt_mgr.c51 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT); in amdgpu_mem_info_gtt_total_show()
Damdgpu_object.c462 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT); in amdgpu_bo_validate_size()
464 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_VRAM); in amdgpu_bo_validate_size()
Damdgpu_kms.c739 vram_gtt.gtt_size = ttm_manager_type(&adev->mman.bdev, TTM_PL_TT)->size; in amdgpu_info_ioctl()
/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_ttm.c809 man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_ttm_set_active_vram_size()
945 ttm_resource_manager_create_debugfs(ttm_manager_type(&rdev->mman.bdev, in radeon_ttm_debugfs_init()
948 ttm_resource_manager_create_debugfs(ttm_manager_type(&rdev->mman.bdev, in radeon_ttm_debugfs_init()
Dradeon_object.c360 man = ttm_manager_type(bdev, TTM_PL_VRAM); in radeon_bo_evict_vram()
437 ttm_manager_type(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_bo_get_threshold_for_moves()
Dradeon_kms.c553 man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_info_ioctl()
559 man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_TT); in radeon_info_ioctl()
Dradeon_gem.c391 man = ttm_manager_type(&rdev->mman.bdev, TTM_PL_VRAM); in radeon_gem_info_ioctl()
/openbsd/src/sys/dev/pci/drm/i915/gem/
Di915_gem_ttm.c291 ttm_manager_type(bo->bdev, bo->resource->mem_type)->use_tt)) in i915_ttm_tt_create()
1020 ttm_manager_type(bo->bdev, bo->resource->mem_type); in i915_ttm_adjust_lru()
Di915_gem_ttm_move.c580 ttm_manager_type(bo->bdev, dst_mem->mem_type); in i915_ttm_move()