Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c39 struct device *drm_kunit_helper_alloc_device(struct kunit *test) in drm_kunit_helper_alloc_device() function
43 EXPORT_SYMBOL_GPL(drm_kunit_helper_alloc_device);
H A Ddrm_managed_test.c84 dev = drm_kunit_helper_alloc_device(test); in drm_managed_test_init()
H A Ddrm_client_modeset_test.c63 priv->dev = drm_kunit_helper_alloc_device(test); in drm_client_modeset_test_init()
H A Ddrm_modes_test.c26 priv->dev = drm_kunit_helper_alloc_device(test); in drm_test_modes_init()
H A Ddrm_exec_test.c35 priv->dev = drm_kunit_helper_alloc_device(test); in drm_exec_test_init()
H A Ddrm_probe_helper_test.c43 priv->dev = drm_kunit_helper_alloc_device(test); in drm_probe_helper_test_init()
H A Ddrm_atomic_state_test.c79 dev = drm_kunit_helper_alloc_device(test); in drm_atomic_test_init_drm_components()
H A Ddrm_gem_shmem_test.c347 dev = drm_kunit_helper_alloc_device(test); in drm_gem_shmem_test_init()
H A Ddrm_framebuffer_test.c384 parent = drm_kunit_helper_alloc_device(test); in drm_framebuffer_test_init()
H A Ddrm_connector_test.c66 dev = drm_kunit_helper_alloc_device(test); in drm_test_connector_init()
H A Ddrm_format_helper_test.c1537 dev = drm_kunit_helper_alloc_device(test); in drm_test_fb_build_fourcc_list()
H A Ddrm_hdmi_state_helper_test.c198 dev = drm_kunit_helper_alloc_device(test); in drm_kunit_helper_connector_hdmi_init_funcs()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_kunit_helpers.c77 dev = drm_kunit_helper_alloc_device(test); in xe_kunit_helper_xe_device_test_init()
H A Dxe_wa_test.c102 dev = drm_kunit_helper_alloc_device(test); in xe_wa_test_init()
H A Dxe_rtp_test.c509 dev = drm_kunit_helper_alloc_device(test); in xe_rtp_test_init()
/linux-6.15/include/drm/
H A Ddrm_kunit_helpers.h19 struct device *drm_kunit_helper_alloc_device(struct kunit *test);
/linux-6.15/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c167 dev = drm_kunit_helper_alloc_device(test); in __mock_device()
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c226 devs->dev = drm_kunit_helper_alloc_device(test); in ttm_test_devices_basic()