summaryrefslogtreecommitdiff
path: root/tests/kms_tv_load_detect.c
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-15 22:18:09 +0530
committerBhanuprakash Modem <bhanuprakash.modem@intel.com>2023-08-16 21:28:37 +0530
commitc7983d6801a3c7f38dad3152c939006bcb2cc1d5 (patch)
tree042263f112bbf71a360afc5e683397083924769f /tests/kms_tv_load_detect.c
parent8b2c9b2cbaacf6e46794be64274924c2fb3c0df6 (diff)
tests/kms_tv_load_detect: Document each subtest for testplan
Add documentation for all kms tests which is used by IGT testplan documentation. V2: - Fix test description V3: - Driver requirement: s/any/i915, xe/ Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Diffstat (limited to 'tests/kms_tv_load_detect.c')
-rw-r--r--tests/kms_tv_load_detect.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/kms_tv_load_detect.c b/tests/kms_tv_load_detect.c
index c8e5338d2..dee82dc89 100644
--- a/tests/kms_tv_load_detect.c
+++ b/tests/kms_tv_load_detect.c
@@ -23,6 +23,19 @@
*/
#include "igt.h"
+/**
+ * TEST: kms tv load detect
+ * Category: Display
+ * Description: Test to check tv load detection.
+ *
+ * SUBTEST: load-detect
+ * Description: Check tv load detection works correctly.
+ * Driver requirement: i915, xe
+ * Functionality: obsolete
+ * Mega feature: General Display Features
+ * Run type: FULL
+ * Test category: functionality test
+ */
IGT_TEST_DESCRIPTION("Check tv load detection works correctly.");