[igt-dev] [i-g-t V6 56/81] tests/kms_panel_fitting: Document each subtest for testplan
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Fri Aug 11 18:46:30 UTC 2023
Add documentation for all kms tests which is used by IGT testplan
documentation.
V2: - Fix the functionality
Cc: Swati Sharma <swati2.sharma at intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_panel_fitting.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
index ae1c65928..49a5d0940 100644
--- a/tests/kms_panel_fitting.c
+++ b/tests/kms_panel_fitting.c
@@ -26,6 +26,27 @@
#include <limits.h>
#include <math.h>
#include <sys/stat.h>
+/**
+ * TEST: kms panel fitting
+ * Category: Display
+ * Description: Test display panel fitting
+ *
+ * SUBTEST: atomic-fastset
+ * Description: Tests panel fitting usages with atomic fastset.
+ * Driver requirement: any
+ * Functionality: eDP, panel_fitting, scaling
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * SUBTEST: legacy
+ * Description: Tests panel fitting usages with legacy style commit.
+ * Driver requirement: any
+ * Functionality: eDP, panel_fitting, scaling
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ */
IGT_TEST_DESCRIPTION("Test display panel fitting");
--
2.40.0
More information about the igt-dev
mailing list