Home
last modified time | relevance | path

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

/Linux-v5.15/include/drm/ttm/
Dttm_pool.h71 bool use_dma32; member
83 bool use_dma_alloc, bool use_dma32);
Dttm_device.h299 bool use_dma_alloc, bool use_dma32);
/Linux-v5.15/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()
381 if (pool->use_dma32) in ttm_pool_alloc()
499 bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
507 pool->use_dma32 = use_dma32; in ttm_pool_init()
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()
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()