mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00

Now that we're tracking the output bpc count in the connector state, let's add a few tests to make sure it works as expected. Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Tested-by: Sui Jingfeng <sui.jingfeng@linux.dev> Link: https://patchwork.freedesktop.org/patch/msgid/20240527-kms-hdmi-connector-state-v15-6-c5af16c3aae2@kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
597 B
597 B
SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_DRM_KUNIT_TEST_HELPERS) +=
drm_kunit_helpers.o
obj-$(CONFIG_DRM_KUNIT_TEST) +=
drm_buddy_test.o
drm_cmdline_parser_test.o
drm_connector_test.o
drm_damage_helper_test.o
drm_dp_mst_helper_test.o
drm_exec_test.o
drm_format_helper_test.o
drm_format_test.o
drm_framebuffer_test.o
drm_gem_shmem_test.o
drm_hdmi_state_helper_test.o
drm_managed_test.o
drm_mm_test.o
drm_modes_test.o
drm_plane_helper_test.o
drm_probe_helper_test.o
drm_rect_test.o
CFLAGS_drm_mm_test.o := $(DISABLE_STRUCTLEAK_PLUGIN)