Searched refs:use_dma_alloc (Results 1 – 2 of 2) sorted by relevance
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() argument558 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()[all …]
202 bool use_dma_alloc, bool use_dma32) in ttm_device_init() argument217 ttm_pool_init(&bdev->pool, dev, use_dma_alloc, use_dma32); in ttm_device_init()