Lines Matching refs:use_dma_alloc
94 if (!pool->use_dma_alloc) { in ttm_pool_alloc_page()
146 if (!pool || !pool->use_dma_alloc) { in ttm_pool_free_page()
190 if (pool->use_dma_alloc) { in ttm_pool_map()
215 if (pool->use_dma_alloc) in ttm_pool_unmap()
289 if (pool->use_dma_alloc) in ttm_pool_select_type()
339 if (pool->use_dma_alloc) { in ttm_pool_page_order()
554 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
558 WARN_ON(!dev && use_dma_alloc); in ttm_pool_init()
561 pool->use_dma_alloc = use_dma_alloc; in ttm_pool_init()
564 if (use_dma_alloc) { in ttm_pool_init()
584 if (pool->use_dma_alloc) { in ttm_pool_fini()
692 if (!pool->use_dma_alloc) { in ttm_pool_debugfs()