summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-15 22:18:03 +0530
committerBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-16 21:28:37 +0530
commit18c79d79ff7b27411ac40b7f4cbebc59d30e8641 (patch)
tree5ae76bc0b92e8d17e88d468fcd1023baae2c57a9
parent2e7c34b873c64a0b2ada73fd81e3bcd43565f367 (diff)
tests/kms_scaling_modes: Document each subtest for testplan
Add documentation for all kms tests which is used by IGT testplan documentation. V2: - Update functionality V3: - Driver requirement: s/any/i915, xe/ Cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
-rw-r--r--tests/kms_scaling_modes.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/kms_scaling_modes.c b/tests/kms_scaling_modes.c
index 31b806ae2..d32e02dac 100644
--- a/tests/kms_scaling_modes.c
+++ b/tests/kms_scaling_modes.c
@@ -25,6 +25,26 @@
*/
#include "igt.h"
+/**
+ * TEST: kms scaling modes
+ * Category: Display
+ * Description: Test display scaling modes
+ *
+ * SUBTEST: scaling-mode-%s
+ * Description: Tests %arg[1] display scaling mode
+ * Driver requirement: i915, xe
+ * Functionality: eDP, plane, scaling
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * arg[1]:
+ *
+ * @center: center
+ * @full: full
+ * @full-aspect: full aspect
+ * @none: none (no scaling)
+ */
IGT_TEST_DESCRIPTION("Test display scaling modes");