Home
last modified time | relevance | path

Searched refs:__drm_kunit_helper_alloc_drm_device (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_kunit_helpers.h55 __drm_kunit_helper_alloc_drm_device(struct kunit *test, in __drm_kunit_helper_alloc_drm_device() function
94 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_managed_test.c92 priv->drm = __drm_kunit_helper_alloc_drm_device(test, dev, sizeof(*priv->drm), 0, in drm_managed_test_init()
H A Ddrm_client_modeset_test.c66 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_client_modeset_test_init()
H A Ddrm_modes_test.c29 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_test_modes_init()
H A Ddrm_exec_test.c38 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, sizeof(*priv->drm), 0, in drm_exec_test_init()
H A Ddrm_probe_helper_test.c46 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_probe_helper_test_init()
H A Ddrm_gem_shmem_test.c355 drm_dev = __drm_kunit_helper_alloc_drm_device(test, dev, sizeof(*drm_dev), in drm_gem_shmem_test_init()
H A Ddrm_framebuffer_test.c643 wrong_dev = __drm_kunit_helper_alloc_drm_device(test, wrong_dev_parent, in drm_test_framebuffer_init_dev_mismatch()
H A Ddrm_format_helper_test.c1540 drm = __drm_kunit_helper_alloc_drm_device(test, dev, sizeof(*drm), 0, DRIVER_MODESET); in drm_test_fb_build_fourcc_list()
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c232 devs->drm = __drm_kunit_helper_alloc_drm_device(test, devs->dev, in ttm_test_devices_basic()