Home
last modified time | relevance | path

Searched refs:__drm_kunit_helper_alloc_drm_device (Results 1 – 7 of 7) 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_modes_test.c29 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_test_modes_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_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.c644 wrong_dev = __drm_kunit_helper_alloc_drm_device(test, wrong_dev_parent, in drm_test_framebuffer_init_dev_mismatch()