Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_kunit_helpers.c33 struct xe_device *xe_kunit_helper_alloc_xe_device(struct kunit *test, in xe_kunit_helper_alloc_xe_device() function
44 EXPORT_SYMBOL_IF_KUNIT(xe_kunit_helper_alloc_xe_device);
80 xe = xe_kunit_helper_alloc_xe_device(test, dev); in xe_kunit_helper_xe_device_test_init()
H A Dxe_kunit_helpers.h13 struct xe_device *xe_kunit_helper_alloc_xe_device(struct kunit *test,
H A Dxe_wa_test.c105 xe = xe_kunit_helper_alloc_xe_device(test, dev); in xe_wa_test_init()