Symbol: ttm_mem_type_manager
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
110
static int amdgpu_gtt_mgr_alloc(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
161
static int amdgpu_gtt_mgr_new(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
219
static void amdgpu_gtt_mgr_del(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
245
uint64_t amdgpu_gtt_mgr_usage(struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
253
int amdgpu_gtt_mgr_recover(struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
280
static void amdgpu_gtt_mgr_debug(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
47
static int amdgpu_gtt_mgr_init(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_gtt_mgr.c
75
static int amdgpu_gtt_mgr_fini(struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_object.c
385
struct ttm_mem_type_manager *man = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
179
struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1961
struct ttm_mem_type_manager *man = &adev->mman.bdev.man[TTM_PL_VRAM];
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
2251
struct ttm_mem_type_manager *man = &adev->mman.bdev.man[ttm_pl];
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
748
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
73
uint64_t amdgpu_gtt_mgr_usage(struct ttm_mem_type_manager *man);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
74
int amdgpu_gtt_mgr_recover(struct ttm_mem_type_manager *man);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
77
uint64_t amdgpu_vram_mgr_usage(struct ttm_mem_type_manager *man);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
78
uint64_t amdgpu_vram_mgr_vis_usage(struct ttm_mem_type_manager *man);
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
159
static int amdgpu_vram_mgr_new(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
264
static void amdgpu_vram_mgr_del(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
300
uint64_t amdgpu_vram_mgr_usage(struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
314
uint64_t amdgpu_vram_mgr_vis_usage(struct ttm_mem_type_manager *man)
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
329
static void amdgpu_vram_mgr_debug(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
43
static int amdgpu_vram_mgr_init(struct ttm_mem_type_manager *man,
sys/dev/drm/amd/amdgpu/amdgpu_vram_mgr.c
66
static int amdgpu_vram_mgr_fini(struct ttm_mem_type_manager *man)
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
107
int (*get_node)(struct ttm_mem_type_manager *man,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
122
void (*put_node)(struct ttm_mem_type_manager *man,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
135
void (*debug)(struct ttm_mem_type_manager *man,
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
274
struct ttm_mem_type_manager *man);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
464
struct ttm_mem_type_manager man[TTM_NUM_MEM_TYPES];
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
53
struct ttm_mem_type_manager;
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
624
int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
625
void ttm_mem_io_unlock(struct ttm_mem_type_manager *man);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
67
int (*init)(struct ttm_mem_type_manager *man, unsigned long p_size);
sys/dev/drm/include/drm/ttm/ttm_bo_driver.h
77
int (*takedown)(struct ttm_mem_type_manager *man);
sys/dev/drm/radeon/radeon_gem.c
226
struct ttm_mem_type_manager *man;
sys/dev/drm/radeon/radeon_ttm.c
1053
struct ttm_mem_type_manager *man = &rdev->mman.bdev.man[ttm_pl];
sys/dev/drm/radeon/radeon_ttm.c
128
struct ttm_mem_type_manager *man)
sys/dev/drm/radeon/radeon_ttm.c
463
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/radeon/radeon_ttm.c
985
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
1393
struct ttm_mem_type_manager *man = &bdev->man[mem_type];
sys/dev/drm/ttm/ttm_bo.c
1431
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
1469
struct ttm_mem_type_manager *man = &bdev->man[mem_type];
sys/dev/drm/ttm/ttm_bo.c
1489
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
1581
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
1668
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo.c
167
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
1704
struct ttm_mem_type_manager *man = &bdev->man[bo->mem.mem_type];
sys/dev/drm/ttm/ttm_bo.c
263
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
278
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo.c
314
struct ttm_mem_type_manager *old_man = &bdev->man[bo->mem.mem_type];
sys/dev/drm/ttm/ttm_bo.c
315
struct ttm_mem_type_manager *new_man = &bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo.c
661
struct ttm_mem_type_manager *man = &bdev->man[bo->mem.mem_type];
sys/dev/drm/ttm/ttm_bo.c
77
struct ttm_mem_type_manager *man = &bdev->man[mem_type];
sys/dev/drm/ttm/ttm_bo.c
798
struct ttm_mem_type_manager *man = &bdev->man[mem_type];
sys/dev/drm/ttm/ttm_bo.c
858
struct ttm_mem_type_manager *man = &bo->bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo.c
869
struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo.c
904
struct ttm_mem_type_manager *man = &bdev->man[mem_type];
sys/dev/drm/ttm/ttm_bo.c
921
static uint32_t ttm_bo_select_caching(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo.c
946
static bool ttm_bo_mt_compatible(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo.c
979
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo_manager.c
106
static int ttm_bo_man_init(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo_manager.c
121
static int ttm_bo_man_takedown(struct ttm_mem_type_manager *man)
sys/dev/drm/ttm/ttm_bo_manager.c
138
static void ttm_bo_man_debug(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo_manager.c
50
static int ttm_bo_man_get_node(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo_manager.c
91
static void ttm_bo_man_put_node(struct ttm_mem_type_manager *man,
sys/dev/drm/ttm/ttm_bo_util.c
106
void ttm_mem_io_unlock(struct ttm_mem_type_manager *man)
sys/dev/drm/ttm/ttm_bo_util.c
115
static int ttm_mem_io_evict(struct ttm_mem_type_manager *man)
sys/dev/drm/ttm/ttm_bo_util.c
135
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
160
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
179
struct ttm_mem_type_manager *man =
sys/dev/drm/ttm/ttm_bo_util.c
207
struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
239
struct ttm_mem_type_manager *man;
sys/dev/drm/ttm/ttm_bo_util.c
341
struct ttm_mem_type_manager *man = &bdev->man[new_mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
603
struct ttm_mem_type_manager *man =
sys/dev/drm/ttm/ttm_bo_util.c
633
struct ttm_mem_type_manager *man =
sys/dev/drm/ttm/ttm_bo_util.c
667
struct ttm_mem_type_manager *man = &bdev->man[new_mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
730
struct ttm_mem_type_manager *from = &bdev->man[old_mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
731
struct ttm_mem_type_manager *to = &bdev->man[new_mem->mem_type];
sys/dev/drm/ttm/ttm_bo_util.c
93
int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible)
sys/dev/drm/ttm/ttm_bo_vm.c
127
struct ttm_mem_type_manager *man =
sys/dev/drm/ttm/ttm_bo_vm.c
509
struct ttm_mem_type_manager *man =