Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c41 struct device *drm_kunit_helper_alloc_device(struct kunit *test) in drm_kunit_helper_alloc_device() function
45 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_sysfb_modeset_test.c140 dev = drm_kunit_helper_alloc_device(test); in drm_test_sysfb_build_fourcc_list()
H A Ddrm_atomic_test.c42 dev = drm_kunit_helper_alloc_device(test); in create_device()
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.c357 dev = drm_kunit_helper_alloc_device(test); in drm_gem_shmem_test_init()
H A Ddrm_bridge_test.c122 dev = drm_kunit_helper_alloc_device(test); in drm_test_bridge_init()
H A Ddrm_framebuffer_test.c385 parent = drm_kunit_helper_alloc_device(test); in drm_framebuffer_test_init()
H A Ddrm_hdmi_state_helper_test.c212 dev = drm_kunit_helper_alloc_device(test); in __connector_hdmi_init()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_wa_test.c26 dev = drm_kunit_helper_alloc_device(test); in xe_wa_test_init()
H A Dxe_kunit_helpers.c77 dev = drm_kunit_helper_alloc_device(test); in xe_kunit_helper_xe_device_test_init()
H A Dxe_rtp_test.c511 dev = drm_kunit_helper_alloc_device(test); in xe_rtp_test_init()
/linux/include/drm/
H A Ddrm_kunit_helpers.h20 struct device *drm_kunit_helper_alloc_device(struct kunit *test);
/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c167 dev = drm_kunit_helper_alloc_device(test); in __mock_device()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c225 devs->dev = drm_kunit_helper_alloc_device(test); in ttm_test_devices_basic()