Symbol: ttm_dma_tt
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
43
struct ttm_dma_tt *ttm;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
47
ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
93
struct ttm_dma_tt *ttm;
sys/dev/drm/amd/amdgpu/amdgpu_gmc.c
98
ttm = container_of(bo->ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
812
struct ttm_dma_tt ttm;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2087
struct ttm_dma_tt *ttm;
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
2092
ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
sys/dev/drm/include/drm/ttm/ttm_debug.h
30
extern void ttm_trace_dma_map(struct device *dev, struct ttm_dma_tt *tt);
sys/dev/drm/include/drm/ttm/ttm_debug.h
31
extern void ttm_trace_dma_unmap(struct device *dev, struct ttm_dma_tt *tt);
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
110
static inline int ttm_dma_populate(struct ttm_dma_tt *ttm_dma,
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
116
static inline void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma,
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
64
int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt,
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
70
void ttm_unmap_and_unpopulate_pages(struct device *dev, struct ttm_dma_tt *tt);
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
93
int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev,
sys/dev/drm/include/drm/ttm/ttm_page_alloc.h
95
void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev);
sys/dev/drm/include/drm/ttm/ttm_tt.h
163
int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
sys/dev/drm/include/drm/ttm/ttm_tt.h
165
int ttm_sg_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
sys/dev/drm/include/drm/ttm/ttm_tt.h
176
void ttm_dma_tt_fini(struct ttm_dma_tt *ttm_dma);
sys/dev/drm/radeon/radeon_ttm.c
534
struct ttm_dma_tt ttm;
sys/dev/drm/ttm/ttm_bo.c
1353
size += ttm_round_pot(sizeof(struct ttm_dma_tt));
sys/dev/drm/ttm/ttm_page_alloc.c
937
int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt,
sys/dev/drm/ttm/ttm_page_alloc.c
980
void ttm_unmap_and_unpopulate_pages(struct device *dev, struct ttm_dma_tt *tt)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
831
struct ttm_dma_tt *ttm_dma,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
853
static gfp_t ttm_dma_pool_gfp_flags(struct ttm_dma_tt *ttm_dma, bool huge)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
882
int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
988
void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev)
sys/dev/drm/ttm/ttm_tt.c
111
static int ttm_sg_tt_alloc_page_directory(struct ttm_dma_tt *ttm)
sys/dev/drm/ttm/ttm_tt.c
267
int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
sys/dev/drm/ttm/ttm_tt.c
284
int ttm_sg_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
sys/dev/drm/ttm/ttm_tt.c
306
void ttm_dma_tt_fini(struct ttm_dma_tt *ttm_dma)
sys/dev/drm/ttm/ttm_tt.c
99
static int ttm_dma_tt_alloc_page_directory(struct ttm_dma_tt *ttm)