[igt-dev] [i-g-t V7 16/81] tests/i915/kms_dsc: Document each subtest for testplan
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Tue Aug 15 16:47:10 UTC 2023
Add documentation for all kms tests which is used by IGT testplan
documentation.
V2: - Add documentation for dsc-with-output-formats-with-bpc (Swati)
V3: - Fix test description
- Driver requirement: s/any/i915, xe/
Cc: Swati Sharma <swati2.sharma at intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/i915/kms_dsc.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/tests/i915/kms_dsc.c b/tests/i915/kms_dsc.c
index 5bdac57e2..f8709eebd 100644
--- a/tests/i915/kms_dsc.c
+++ b/tests/i915/kms_dsc.c
@@ -30,8 +30,33 @@
*
*/
+/**
+ * TEST: kms dsc
+ * Category: Display
+ * Description: Test to validate display stream compression
+ */
#include "kms_dsc_helper.h"
+/**
+ * SUBTEST: dsc-%s
+ * Description: Tests Display Stream Compression functionality if supported with %arg[1]
+ * Driver requirement: i915, xe
+ * Functionality: dsc
+ * Mega feature: VDSC
+ * Run type: FULL
+ * Test category: functionality test
+ *
+ * arg[1]:
+ *
+ * @basic: default parameters
+ * @with-bpc: certain input BPC for that connector
+ * @with-bpc-formats: certain input BPC for that connector and diff formats
+ * @with-formats: default parameters and creating fb with diff formats
+ * @with-output-formats: output format on all connectors that support it
+ * @with-output-formats-with-bpc: output format on all connectors that support
+ * it with certain input BPC for that connector
+ */
+
IGT_TEST_DESCRIPTION("Test to validate display stream compression");
#define LEN 20
--
2.40.0
More information about the igt-dev
mailing list