Lines Matching refs:test
20 struct device *drm_kunit_helper_alloc_device(struct kunit *test);
21 void drm_kunit_helper_free_device(struct kunit *test, struct device *dev);
24 __drm_kunit_helper_alloc_drm_device_with_driver(struct kunit *test,
56 __drm_kunit_helper_alloc_drm_device(struct kunit *test, in __drm_kunit_helper_alloc_drm_device() argument
64 KUNIT_ASSERT_NOT_NULL(test, driver); in __drm_kunit_helper_alloc_drm_device()
68 return __drm_kunit_helper_alloc_drm_device_with_driver(test, dev, in __drm_kunit_helper_alloc_drm_device()
101 drm_kunit_helper_atomic_state_alloc(struct kunit *test,
106 drm_kunit_helper_create_primary_plane(struct kunit *test,
115 drm_kunit_helper_create_crtc(struct kunit *test,
122 int drm_kunit_helper_enable_crtc_connector(struct kunit *test,
129 int drm_kunit_add_mode_destroy_action(struct kunit *test,
133 drm_kunit_display_mode_from_cea_vic(struct kunit *test, struct drm_device *dev,