Searched refs:use_dma32 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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 | 118 bool use_dma32, in ttm_device_kunit_init_with_funcs() argument 127 use_dma_alloc, use_dma32); in ttm_device_kunit_init_with_funcs() 144 bool use_dma32) in ttm_device_kunit_init() argument 147 use_dma32, &ttm_dev_funcs); in ttm_device_kunit_init() 163 bool use_dma32) in ttm_device_kunit_init_bad_evict() argument 166 use_dma32, &ttm_dev_funcs_bad_evict); in ttm_device_kunit_init_bad_evict()
|
D | ttm_kunit_helpers.h | 32 bool use_dma32); 36 bool use_dma32);
|
/linux-6.12.1/include/drm/ttm/ |
D | ttm_pool.h | 75 bool use_dma32; member 87 int nid, bool use_dma_alloc, bool use_dma32);
|
D | ttm_device.h | 293 bool use_dma_alloc, bool use_dma32);
|
/linux-6.12.1/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 300 if (pool->use_dma32) in ttm_pool_select_type() 308 if (pool->use_dma32) in ttm_pool_select_type() 451 if (pool->use_dma32) in ttm_pool_alloc() 564 int nid, bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument 573 pool->use_dma32 = use_dma32; in ttm_pool_init()
|
D | ttm_tt.c | 327 if (bdev->pool.use_dma32) in ttm_tt_populate() 364 if (bdev->pool.use_dma32) in ttm_tt_populate() 384 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()
|
D | ttm_device.c | 187 bool use_dma_alloc, bool use_dma32) in ttm_device_init() argument 215 ttm_pool_init(&bdev->pool, dev, nid, use_dma_alloc, use_dma32); in ttm_device_init()
|