From 15562e123ee6ed88163c7da2ef330dfe9bbd16a5 Mon Sep 17 00:00:00 2001 From: Mark Yacoub Date: Tue, 3 Jan 2023 12:15:15 -0500 Subject: Chamelium: Split kms_chamelium into multiple kms_chamelium tests [Why] kms_chamelium tests file has grown so much and became a bit big to manage. Splitting specific tests like we do for kms_ tests into separate files puts logically related functionalities into the same place so tests are more clear. [How] Split kms_chamelium into 4 different tests, each testing something specific. The tests are: 1. kms_chamelium_audio 2. kms_chamelium_edid 3. kms_chamelium_frames 4. kms_chamelium_hpd 5. kms_chamelium_color which used to be kms_color_chamelium but renamed for consistency. All common code lives in kms_chamelium_helper and the function names have a chamelium_ prefix. Signed-off-by: Mark Yacoub Acked-by: Petri Latvala --- docs/chamelium.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/chamelium.txt b/docs/chamelium.txt index c4c224689..f82c8b0c3 100644 --- a/docs/chamelium.txt +++ b/docs/chamelium.txt @@ -241,7 +241,7 @@ Current Support in IGT Support for the Chamelium platform in IGT is found in the following places: * lib/igt_chamelium.c: library with Chamelium-related helpers -* tests/kms_chamelium.c: sub-tests using the Chamelium +* tests/kms_chamelium_*.c: sub-tests using the Chamelium As of early April 2019, the following features are tested by IGT: * Pixel-by-pixel frame integrity tests for DP and HDMI -- cgit v1.2.3