Home
last modified time | relevance | path

Searched refs:drm_kunit_helper_alloc_device (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/tests/
Ddrm_kunit_helpers.c67 struct device *drm_kunit_helper_alloc_device(struct kunit *test) in drm_kunit_helper_alloc_device() function
98 EXPORT_SYMBOL_GPL(drm_kunit_helper_alloc_device);
Ddrm_managed_test.c38 dev = drm_kunit_helper_alloc_device(test); in drm_test_managed_run_action()
Ddrm_modes_test.c26 priv->dev = drm_kunit_helper_alloc_device(test); in drm_test_modes_init()
Ddrm_client_modeset_test.c63 priv->dev = drm_kunit_helper_alloc_device(test); in drm_client_modeset_test_init()
Ddrm_exec_test.c35 priv->dev = drm_kunit_helper_alloc_device(test); in drm_exec_test_init()
Ddrm_probe_helper_test.c43 priv->dev = drm_kunit_helper_alloc_device(test); in drm_probe_helper_test_init()
/Linux-v6.6/include/drm/
Ddrm_kunit_helpers.h13 struct device *drm_kunit_helper_alloc_device(struct kunit *test);
/Linux-v6.6/drivers/gpu/drm/ttm/tests/
Dttm_kunit_helpers.c52 devs->dev = drm_kunit_helper_alloc_device(test); in ttm_test_devices_basic()
/Linux-v6.6/drivers/gpu/drm/vc4/tests/
Dvc4_mock.c172 dev = drm_kunit_helper_alloc_device(test); in __mock_device()