Home
last modified time | relevance | path

Searched refs:use_dma32 (Results 1 – 5 of 5) sorted by relevance

/linux/include/drm/ttm/
A Dttm_pool.h72 bool use_dma32; member
84 bool use_dma_alloc, bool use_dma32);
A Dttm_device.h309 bool use_dma_alloc, bool use_dma32);
/linux/drivers/gpu/drm/ttm/
A Dttm_pool.c295 if (pool->use_dma32) in ttm_pool_select_type()
300 if (pool->use_dma32) in ttm_pool_select_type()
380 if (pool->use_dma32) in ttm_pool_alloc()
498 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
506 pool->use_dma32 = use_dma32; in ttm_pool_init()
A Dttm_tt.c309 if (bdev->pool.use_dma32) in ttm_tt_populate()
346 if (bdev->pool.use_dma32) in ttm_tt_populate()
366 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()
A Dttm_device.c202 bool use_dma_alloc, bool use_dma32) in ttm_device_init() argument
217 ttm_pool_init(&bdev->pool, dev, use_dma_alloc, use_dma32); in ttm_device_init()

Completed in 7 milliseconds