Home
last modified time | relevance | path

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

/openbmc/linux/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.c14 bool use_dma32) in ttm_device_kunit_init() argument
22 use_dma_alloc, use_dma32); in ttm_device_kunit_init()
H A Dttm_kunit_helpers.h27 bool use_dma32);
/openbmc/linux/include/drm/ttm/
H A Dttm_pool.h74 bool use_dma32; member
86 int nid, bool use_dma_alloc, bool use_dma32);
H A Dttm_device.h293 bool use_dma_alloc, bool use_dma32);
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c299 if (pool->use_dma32) in ttm_pool_select_type()
307 if (pool->use_dma32) in ttm_pool_select_type()
448 if (pool->use_dma32) in ttm_pool_alloc()
561 int nid, bool use_dma_alloc, bool use_dma32) in ttm_pool_init() argument
570 pool->use_dma32 = use_dma32; in ttm_pool_init()
H A Dttm_tt.c322 if (bdev->pool.use_dma32) in ttm_tt_populate()
359 if (bdev->pool.use_dma32) in ttm_tt_populate()
379 if (bdev->pool.use_dma32) in ttm_tt_unpopulate()
H A Dttm_device.c195 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()