Searched refs:use_dma32 (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/ttm/tests/ |
D | ttm_device_test.c | 14 bool use_dma32; member 123 .use_dma32 = false, 129 .use_dma32 = true, 135 .use_dma32 = true, 141 .use_dma32 = false, 167 params->use_dma32); in ttm_device_init_pools() 174 KUNIT_EXPECT_EQ(test, pool->use_dma32, params->use_dma32); in ttm_device_init_pools()
|
D | ttm_kunit_helpers.c | 14 bool use_dma32) in ttm_device_kunit_init() argument 22 use_dma_alloc, use_dma32); in ttm_device_kunit_init()
|
D | ttm_kunit_helpers.h | 27 bool use_dma32);
|
/linux-6.6.21/include/drm/ttm/ |
D | ttm_pool.h | 74 bool use_dma32; member 86 int nid, bool use_dma_alloc, bool use_dma32);
|
D | ttm_device.h | 293 bool use_dma_alloc, bool use_dma32);
|
/linux-6.6.21/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 296 if (pool->use_dma32) in ttm_pool_select_type() 301 if (pool->use_dma32) in ttm_pool_select_type() 442 if (pool->use_dma32) in ttm_pool_alloc() 555 int nid, bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument 564 pool->use_dma32 = use_dma32; in ttm_pool_init()
|
D | ttm_tt.c | 309 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()
|
D | ttm_device.c | 195 bool use_dma_alloc, bool use_dma32) in ttm_device_init() argument 216 ttm_pool_init(&bdev->pool, dev, NUMA_NO_NODE, use_dma_alloc, use_dma32); in ttm_device_init()
|