Home
last modified time | relevance | path

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

/drivers/gpu/drm/ttm/tests/
A Dttm_device_test.c14 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()
A Dttm_kunit_helpers.c121 bool use_dma32, in ttm_device_kunit_init_with_funcs() argument
130 use_dma_alloc, use_dma32); in ttm_device_kunit_init_with_funcs()
147 bool use_dma32) in ttm_device_kunit_init() argument
150 use_dma32, &ttm_dev_funcs); in ttm_device_kunit_init()
166 bool use_dma32) in ttm_device_kunit_init_bad_evict() argument
169 use_dma32, &ttm_dev_funcs_bad_evict); in ttm_device_kunit_init_bad_evict()
A Dttm_kunit_helpers.h32 bool use_dma32);
36 bool use_dma32);
/drivers/gpu/drm/ttm/
A Dttm_pool.c351 if (pool->use_dma32) in ttm_pool_select_type()
359 if (pool->use_dma32) in ttm_pool_select_type()
722 if (pool->use_dma32) in __ttm_pool_alloc()
1017 if (pool->use_dma32) in ttm_pool_backup()
1067 int nid, bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
1076 pool->use_dma32 = use_dma32; in ttm_pool_init()
A Dttm_tt.c381 if (bdev->pool.use_dma32) in ttm_tt_populate()
419 if (bdev->pool.use_dma32) in ttm_tt_populate()
442 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()
A Dttm_device.c211 bool use_dma_alloc, bool use_dma32) in ttm_device_init() argument
239 ttm_pool_init(&bdev->pool, dev, nid, use_dma_alloc, use_dma32); in ttm_device_init()

Completed in 645 milliseconds