Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/
Dttm_pool.c295 if (pool->use_dma32) in ttm_pool_select_type()
300 if (pool->use_dma32) in ttm_pool_select_type()
442 if (pool->use_dma32) in ttm_pool_alloc()
554 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
562 pool->use_dma32 = use_dma32; in ttm_pool_init()
Dttm_tt.c321 if (bdev->pool.use_dma32) in ttm_tt_populate()
359 if (bdev->pool.use_dma32) in ttm_tt_populate()
394 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()
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()