mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
drm/tests: Create tests for drm_atomic
We don't have a set of kunit tests for the functions under drm_atomic.h. Let's use the introduction of drm_atomic_get_connector_for_encoder() to create some tests for it and thus create that set. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20250313-bridge-connector-v6-7-511c54a604fb@kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
@@ -4,6 +4,7 @@ obj-$(CONFIG_DRM_KUNIT_TEST_HELPERS) += \
|
||||
drm_kunit_helpers.o
|
||||
|
||||
obj-$(CONFIG_DRM_KUNIT_TEST) += \
|
||||
drm_atomic_test.o \
|
||||
drm_atomic_state_test.o \
|
||||
drm_bridge_test.o \
|
||||
drm_buddy_test.o \
|
||||
|
||||
Reference in New Issue
Block a user