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()
338 if (pool->use_dma_alloc) { in ttm_pool_page_order()
498 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
502 WARN_ON(!dev && use_dma_alloc); in ttm_pool_init()
505 pool->use_dma_alloc = use_dma_alloc; in ttm_pool_init()
508 if (use_dma_alloc) { in ttm_pool_init()
528 if (pool->use_dma_alloc) { in ttm_pool_fini()
641 if (!pool->use_dma_alloc) { in ttm_pool_debugfs()