Home
last modified time | relevance | path

Searched refs:ttm_dev_funcs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c132 struct ttm_device_funcs ttm_dev_funcs = { variable
139 EXPORT_SYMBOL_GPL(ttm_dev_funcs);
147 use_dma32, &ttm_dev_funcs); in ttm_device_kunit_init()
H A Dttm_device_test.c31 KUNIT_EXPECT_PTR_EQ(test, ttm_dev->funcs, &ttm_dev_funcs); in ttm_device_init_basic()
64 KUNIT_EXPECT_PTR_EQ(test, ttm_devs[i].funcs, &ttm_dev_funcs); in ttm_device_init_multiple()
H A Dttm_kunit_helpers.h19 extern struct ttm_device_funcs ttm_dev_funcs;