linux/drivers/gpu/drm/tests
Maxime Ripard 00cf406a0a
drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace
The hdmi_colorspace enum was defined to represent the colorspace value
of the HDMI infoframes. It was later used by some HDMI drivers to
express the output format they should be setting up.

During the introduction of the HDMI helpers, it then was used to
represent it in the drm_connector_hdmi_state structure.

However, it's always been somewhat redundant with the DRM_COLOR_FORMAT_*
defines, and now with the drm_output_color_format enum. Let's
consolidate around drm_output_color_format in drm_connector_hdmi_state
to facilitate the current effort to provide a global output format
selection mechanism.

Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260305-drm-rework-color-formats-v3-14-f3935f6db579@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2026-03-24 13:54:35 +01:00
..
.kunitconfig drm/tests: make sure drm_client_modeset tests are enabled 2025-09-16 20:20:21 +03:00
drm_atomic_state_test.c drm/tests: Handle EDEADLK in set_up_atomic_state() 2025-12-12 10:12:46 +01:00
drm_atomic_test.c drm/tests: Create tests for drm_atomic 2025-03-20 14:45:48 +01:00
drm_bridge_test.c drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc() 2025-06-06 15:50:23 +02:00
drm_client_modeset_test.c drm/tests: hdmi: check the infoframes behaviour 2026-01-19 13:10:35 +02:00
drm_cmdline_parser_test.c drm/tests: cmdline: Fix drm_display_mode memory leak 2025-04-08 17:28:14 +02:00
drm_connector_test.c drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace 2026-03-24 13:54:35 +01:00
drm_damage_helper_test.c
drm_dp_mst_helper_test.c drm/mst: remove mgr parameter and debug logging from drm_dp_get_vc_payload_bw() 2025-01-07 18:43:18 +02:00
drm_exec_test.c gpu: Move DRM buddy allocator one level up (part one) 2026-02-06 11:34:02 +10:00
drm_fixp_test.c drm/tests: Add a few tests around drm_fixed.h 2025-11-26 23:03:33 +01:00
drm_format_helper_test.c drm/tests: Fix drm_test_fb_xrgb8888_to_xrgb2101010() on big-endian 2025-08-11 17:24:15 +02:00
drm_format_test.c
drm_framebuffer_test.c drm: Pass the format info to .fb_create() 2025-07-16 20:03:14 +03:00
drm_gem_shmem_test.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
drm_hdmi_state_helper_test.c drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace 2026-03-24 13:54:35 +01:00
drm_kunit_edid.h drm/tests: hdmi: check the infoframes behaviour 2026-01-19 13:10:35 +02:00
drm_kunit_helpers.c drm: Include <linux/export.h> 2025-06-16 09:01:23 +02:00
drm_managed_test.c
drm_mm_test.c Merge drm/drm-next into drm-misc-next 2026-02-23 11:48:20 +01:00
drm_modes_test.c drm/tests: modes: Fix drm_display_mode memory leak 2025-04-08 17:28:21 +02:00
drm_panic_test.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
drm_plane_helper_test.c
drm_probe_helper_test.c drm/tests: probe-helper: Fix drm_display_mode memory leak 2025-04-08 17:28:25 +02:00
drm_rect_test.c
drm_sysfb_modeset_test.c drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpers 2025-06-18 10:46:03 +02:00
Makefile gpu: Move DRM buddy allocator one level up (part one) 2026-02-06 11:34:02 +10:00