Lines Matching refs:use_dma_alloc
95 if (!pool->use_dma_alloc) { in ttm_pool_alloc_page()
147 if (!pool || !pool->use_dma_alloc) { in ttm_pool_free_page()
191 if (pool->use_dma_alloc) { in ttm_pool_map()
216 if (pool->use_dma_alloc) in ttm_pool_unmap()
290 if (pool->use_dma_alloc) in ttm_pool_select_type()
339 if (pool->use_dma_alloc) { in ttm_pool_page_order()
533 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
537 WARN_ON(!dev && use_dma_alloc); in ttm_pool_init()
540 pool->use_dma_alloc = use_dma_alloc; in ttm_pool_init()
543 if (use_dma_alloc) { in ttm_pool_init()
563 if (pool->use_dma_alloc) { in ttm_pool_fini()
676 if (!pool->use_dma_alloc) { in ttm_pool_debugfs()