Searched refs:ttm_pool (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/drm/ttm/ |
D | ttm_pool.h | 36 struct ttm_pool; 50 struct ttm_pool *pool; 67 struct ttm_pool { struct 78 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, argument 80 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt); 82 void ttm_pool_init(struct ttm_pool *pool, struct device *dev, 84 void ttm_pool_fini(struct ttm_pool *pool); 86 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
|
D | ttm_device.h | 261 struct ttm_pool pool;
|
/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 78 static struct page *ttm_pool_alloc_page(struct ttm_pool *pool, gfp_t gfp_flags, in ttm_pool_alloc_page() 131 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page() 184 static int ttm_pool_map(struct ttm_pool *pool, unsigned int order, in ttm_pool_map() 211 static void ttm_pool_unmap(struct ttm_pool *pool, dma_addr_t dma_addr, in ttm_pool_unmap() 257 static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, in ttm_pool_type_init() 285 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type() 337 static unsigned int ttm_pool_page_order(struct ttm_pool *pool, struct page *p) in ttm_pool_page_order() 360 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() 459 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() 498 void ttm_pool_init(struct ttm_pool *pool, struct device *dev, in ttm_pool_init() [all …]
|
D | Makefile | 6 ttm_execbuf_util.o ttm_range_manager.o ttm_resource.o ttm_pool.o \
|