Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/tests/
H 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()
H A Dttm_kunit_helpers.c118 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()
H A Dttm_kunit_helpers.h32 bool use_dma32);
36 bool use_dma32);
/linux-6.15/include/drm/ttm/
H A Dttm_pool.h76 bool use_dma32; member
88 int nid, bool use_dma_alloc, bool use_dma32);
H A Dttm_device.h294 bool use_dma_alloc, bool use_dma32);
/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_pool.c350 if (pool->use_dma32) in ttm_pool_select_type()
358 if (pool->use_dma32) in ttm_pool_select_type()
721 if (pool->use_dma32) in __ttm_pool_alloc()
1016 if (pool->use_dma32) in ttm_pool_backup()
1066 int nid, bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
1075 pool->use_dma32 = use_dma32; in ttm_pool_init()
H A Dttm_device.c187 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()
H A Dttm_tt.c380 if (bdev->pool.use_dma32) in ttm_tt_populate()
418 if (bdev->pool.use_dma32) in ttm_tt_populate()
441 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()