[igt-dev] [i-g-t V6 06/81] tests/chamelium/kms_chamelium_color: Document each subtest for testplan
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Aug 11 18:45:40 UTC 2023
Add documentation for all kms tests which is used by IGT testplan
documentation.
V2: - Add chamelium to the Functionality
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
Reviewed-by: Kunal Joshi <kunal1.joshi at intel.com>
---
tests/chamelium/kms_chamelium_color.c | 45 +++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
index 26239a6b8..a75b1cc73 100644
--- a/tests/chamelium/kms_chamelium_color.c
+++ b/tests/chamelium/kms_chamelium_color.c
@@ -22,10 +22,25 @@
*
*/
+/**
+ * TEST: kms chamelium color
+ * Category: Display
+ * Description: Test Color Features at Pipe level using Chamelium to verify instead of CRC
+ */
+
#include "kms_color_helper.h"
IGT_TEST_DESCRIPTION("Test Color Features at Pipe level using Chamelium to verify instead of CRC");
+/**
+ * SUBTEST: degamma
+ * Description: Verify that degamma LUT transformation works correctly
+ * Functionality: chamelium, colorspace
+ * Mega feature: Color mgmt
+ * Run type: FULL
+ * Test category: functionality test
+ * Driver requirement: any
+ */
/*
* Draw 3 gradient rectangles in red, green and blue, with a maxed out
* degamma LUT and verify we have the same frame dump as drawing solid color
@@ -115,6 +130,15 @@ static bool test_pipe_degamma(data_t *data,
return ret;
}
+/**
+ * SUBTEST: gamma
+ * Description: Verify that gamma LUT transformation works correctly
+ * Functionality: chamelium, colorspace
+ * Mega feature: Color mgmt
+ * Run type: FULL
+ * Test category: functionality test
+ * Driver requirement: any
+ */
/*
* Draw 3 gradient rectangles in red, green and blue, with a maxed out
* gamma LUT and verify we have the same frame dump as drawing solid
@@ -465,6 +489,27 @@ run_gamma_degamma_tests_for_pipe(data_t *data, enum pipe p,
igt_assert(test_t(data, data->primary, data->ports[port_idx]));
}
+/**
+ * SUBTEST: ctm-%s
+ * Description: Check the color transformation %arg[1]
+ * Functionality: chamelium, colorspace
+ * Mega feature: Color mgmt
+ * Run type: FULL
+ * Test category: functionality test
+ * Driver requirement: any
+ *
+ * arg[1]:
+ *
+ * @0-25: for 0.25 transparancy
+ * @0-50: for 0.50 transparancy
+ * @0-75: for 0.75 transparancy
+ * @blue-to-red: from blue to red
+ * @green-to-red: from green to red
+ * @limited-range: with identity matrix
+ * @max: for max transparancy
+ * @negative: for negative transparancy
+ * @red-to-blue: from red to blue
+ */
static void
run_ctm_tests_for_pipe(data_t *data, enum pipe p,
color_t *expected_colors,
--
2.40.0
More information about the igt-dev
mailing list