Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [i-g-t V2 4/5] tests/kms/testplan: Fix Mega Feature in testplan documentation
Date: Thu, 19 Oct 2023 15:04:16 +0530	[thread overview]
Message-ID: <20231019093417.3782665-5-bhanuprakash.modem@intel.com> (raw)
In-Reply-To: <20231019093417.3782665-1-bhanuprakash.modem@intel.com>

Adjust KMS testplan Mega Feature to allign with internal tools.

- s/Bigjoiner/Pipe Joiner/
- s/Color mgmt/Color Management/
- s/General Display Features/E2E Compression/ (CCS tests)
- s/Display Power/Display Power Management/

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/chamelium/kms_chamelium_color.c | 2 +-
 tests/intel/kms_big_joiner.c          | 2 +-
 tests/intel/kms_ccs.c                 | 2 +-
 tests/intel/kms_pm_backlight.c        | 2 +-
 tests/intel/kms_pm_dc.c               | 2 +-
 tests/intel/kms_pm_lpsp.c             | 2 +-
 tests/kms_color.c                     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
index e94e13e40..4156023da 100644
--- a/tests/chamelium/kms_chamelium_color.c
+++ b/tests/chamelium/kms_chamelium_color.c
@@ -28,7 +28,7 @@
  * Description: Test Color Features at Pipe level using Chamelium to verify instead of CRC
  * Driver requirement: i915, xe
  * Functionality: chamelium, colorspace
- * Mega feature: Color mgmt
+ * Mega feature: Color Management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/kms_big_joiner.c b/tests/intel/kms_big_joiner.c
index 93fd04bf5..9544589ae 100644
--- a/tests/intel/kms_big_joiner.c
+++ b/tests/intel/kms_big_joiner.c
@@ -30,7 +30,7 @@
  * Description: Test big joiner
  * Driver requirement: i915, xe
  * Functionality: 2p1p
- * Mega feature: Bigjoiner
+ * Mega feature: Pipe Joiner
  * Test category: functionality test
  */
 
diff --git a/tests/intel/kms_ccs.c b/tests/intel/kms_ccs.c
index 13c75e85e..f13d40b32 100644
--- a/tests/intel/kms_ccs.c
+++ b/tests/intel/kms_ccs.c
@@ -30,7 +30,7 @@
  *              uses to interpret the compressed data.
  * Driver requirement: i915, xe
  * Functionality: ccs, tiling
- * Mega feature: General Display Features
+ * Mega feature: E2E Compression
  * Test category: functionality test
  */
 
diff --git a/tests/intel/kms_pm_backlight.c b/tests/intel/kms_pm_backlight.c
index 5b4c397bb..2e691dab0 100644
--- a/tests/intel/kms_pm_backlight.c
+++ b/tests/intel/kms_pm_backlight.c
@@ -31,7 +31,7 @@
  * Description: Basic backlight sysfs test
  * Driver requirement: i915, xe
  * Functionality: backlight
- * Mega feature: Display Power
+ * Mega feature: Display Power Management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index 9a2b0013d..d0de93e9e 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -28,7 +28,7 @@
  * Description: Tests to validate display power DC states.
  * Driver requirement: i915, xe
  * Functionality: dpms, pm_dc
- * Mega feature: Display Power
+ * Mega feature: Display Power Management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/kms_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c
index 75a6aa53c..88cdb8d5c 100644
--- a/tests/intel/kms_pm_lpsp.c
+++ b/tests/intel/kms_pm_lpsp.c
@@ -29,7 +29,7 @@
  * Category: Display
  * Description: These tests validates display Low Power Single Pipe configurations
  * Functionality: pm_lpsp
- * Mega feature: Display Power
+ * Mega feature: Display Power Management
  * Test category: functionality test
  */
 
diff --git a/tests/kms_color.c b/tests/kms_color.c
index 39752de81..bdb80a4ad 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -28,7 +28,7 @@
  * Description: Test Color Features at Pipe level
  * Driver requirement: i915, xe
  * Functionality: colorspace
- * Mega feature: Color mgmt
+ * Mega feature: Color Management
  * Test category: functionality test
  */
 
-- 
2.40.0

  parent reply	other threads:[~2023-10-19  9:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19  9:34 [igt-dev] [i-g-t V2 0/5] Optimize kms tesplan documentation Bhanuprakash Modem
2023-10-19  9:34 ` [igt-dev] [i-g-t V2 1/5] tests/kms/testplan: Move testplan documentation to beginning of the file Bhanuprakash Modem
2023-10-19  9:34 ` [igt-dev] [i-g-t V2 2/5] tests/kms/testplan: Regroup testplan documentation Bhanuprakash Modem
2023-10-19  9:34 ` [igt-dev] [i-g-t V2 3/5] tests/kms/testplan: Optimize KMS " Bhanuprakash Modem
2023-10-19  9:34 ` Bhanuprakash Modem [this message]
2023-10-19  9:34 ` [igt-dev] [i-g-t V2 5/5] tests/kms/testplan: Avoid duplicate names on Mega feature vs Functionality Bhanuprakash Modem
2023-10-19 14:46   ` Mauro Carvalho Chehab
2023-10-23 17:02 ` [igt-dev] ✓ Fi.CI.BAT: success for Optimize kms tesplan documentation (rev3) Patchwork
2023-10-23 18:11 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-10-24  0:11 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231019093417.3782665-5-bhanuprakash.modem@intel.com \
    --to=bhanuprakash.modem@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox