Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_kunit_helpers.h56 __drm_kunit_helper_alloc_drm_device(struct kunit *test, in __drm_kunit_helper_alloc_drm_device() function
95 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
/linux/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_sysfb_modeset_test.c143 drm = __drm_kunit_helper_alloc_drm_device(test, dev, sizeof(*drm), 0, DRIVER_MODESET); in drm_test_sysfb_build_fourcc_list()
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.c365 drm_dev = __drm_kunit_helper_alloc_drm_device(test, dev, sizeof(*drm_dev), in drm_gem_shmem_test_init()
H A Ddrm_framebuffer_test.c644 wrong_dev = __drm_kunit_helper_alloc_drm_device(test, wrong_dev_parent, in drm_test_framebuffer_init_dev_mismatch()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.c231 devs->drm = __drm_kunit_helper_alloc_drm_device(test, devs->dev, in ttm_test_devices_basic()