ttm_dma_tt         45 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	struct ttm_dma_tt *ttm;
ttm_dma_tt         49 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 		ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
ttm_dma_tt        122 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	struct ttm_dma_tt *ttm;
ttm_dma_tt        127 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 	ttm = container_of(bo->ttm, struct ttm_dma_tt, ttm);
ttm_dma_tt        766 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	struct ttm_dma_tt	ttm;
ttm_dma_tt       1701 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		struct ttm_dma_tt *ttm;
ttm_dma_tt       1706 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 			ttm = container_of(bo->tbo.ttm, struct ttm_dma_tt, ttm);
ttm_dma_tt        542 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_dma_tt *ttm_dma = (struct ttm_dma_tt *)nvbo->bo.ttm;
ttm_dma_tt        562 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_dma_tt *ttm_dma = (struct ttm_dma_tt *)nvbo->bo.ttm;
ttm_dma_tt       1586 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_dma_tt *ttm_dma = (void *)ttm;
ttm_dma_tt       1648 drivers/gpu/drm/nouveau/nouveau_bo.c 	struct ttm_dma_tt *ttm_dma = (void *)ttm;
ttm_dma_tt         95 drivers/gpu/drm/nouveau/nouveau_mem.c nouveau_mem_host(struct ttm_mem_reg *reg, struct ttm_dma_tt *tt)
ttm_dma_tt          4 drivers/gpu/drm/nouveau/nouveau_mem.h struct ttm_dma_tt;
ttm_dma_tt         27 drivers/gpu/drm/nouveau/nouveau_mem.h int nouveau_mem_host(struct ttm_mem_reg *, struct ttm_dma_tt *);
ttm_dma_tt         13 drivers/gpu/drm/nouveau/nouveau_sgdma.c 	struct ttm_dma_tt ttm;
ttm_dma_tt        475 drivers/gpu/drm/radeon/radeon_ttm.c 	struct ttm_dma_tt		ttm;
ttm_dma_tt       1453 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(sizeof(struct ttm_dma_tt));
ttm_dma_tt       1097 drivers/gpu/drm/ttm/ttm_page_alloc.c int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt,
ttm_dma_tt       1140 drivers/gpu/drm/ttm/ttm_page_alloc.c void ttm_unmap_and_unpopulate_pages(struct device *dev, struct ttm_dma_tt *tt)
ttm_dma_tt        835 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c 				  struct ttm_dma_tt *ttm_dma,
ttm_dma_tt        857 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c static gfp_t ttm_dma_pool_gfp_flags(struct ttm_dma_tt *ttm_dma, bool huge)
ttm_dma_tt        886 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev,
ttm_dma_tt        992 drivers/gpu/drm/ttm/ttm_page_alloc_dma.c void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev)
ttm_dma_tt         94 drivers/gpu/drm/ttm/ttm_tt.c static int ttm_dma_tt_alloc_page_directory(struct ttm_dma_tt *ttm)
ttm_dma_tt        106 drivers/gpu/drm/ttm/ttm_tt.c static int ttm_sg_tt_alloc_page_directory(struct ttm_dma_tt *ttm)
ttm_dma_tt        259 drivers/gpu/drm/ttm/ttm_tt.c int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
ttm_dma_tt        276 drivers/gpu/drm/ttm/ttm_tt.c int ttm_sg_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
ttm_dma_tt        298 drivers/gpu/drm/ttm/ttm_tt.c void ttm_dma_tt_fini(struct ttm_dma_tt *ttm_dma)
ttm_dma_tt        191 drivers/gpu/drm/virtio/virtgpu_ttm.c 	struct ttm_dma_tt		ttm;
ttm_dma_tt        240 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 	struct ttm_dma_tt dma_ttm;
ttm_dma_tt         30 include/drm/ttm/ttm_debug.h extern void ttm_trace_dma_map(struct device *dev, struct ttm_dma_tt *tt);
ttm_dma_tt         31 include/drm/ttm/ttm_debug.h extern void ttm_trace_dma_unmap(struct device *dev, struct ttm_dma_tt *tt);
ttm_dma_tt         64 include/drm/ttm/ttm_page_alloc.h int ttm_populate_and_map_pages(struct device *dev, struct ttm_dma_tt *tt,
ttm_dma_tt         70 include/drm/ttm/ttm_page_alloc.h void ttm_unmap_and_unpopulate_pages(struct device *dev, struct ttm_dma_tt *tt);
ttm_dma_tt         93 include/drm/ttm/ttm_page_alloc.h int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev,
ttm_dma_tt         95 include/drm/ttm/ttm_page_alloc.h void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma, struct device *dev);
ttm_dma_tt        110 include/drm/ttm/ttm_page_alloc.h static inline int ttm_dma_populate(struct ttm_dma_tt *ttm_dma,
ttm_dma_tt        116 include/drm/ttm/ttm_page_alloc.h static inline void ttm_dma_unpopulate(struct ttm_dma_tt *ttm_dma,
ttm_dma_tt        163 include/drm/ttm/ttm_tt.h int ttm_dma_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
ttm_dma_tt        165 include/drm/ttm/ttm_tt.h int ttm_sg_tt_init(struct ttm_dma_tt *ttm_dma, struct ttm_buffer_object *bo,
ttm_dma_tt        176 include/drm/ttm/ttm_tt.h void ttm_dma_tt_fini(struct ttm_dma_tt *ttm_dma);