From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [i-g-t V3 4/7] tests/intel/kms_pm_dc: Fix testplan documentation
Date: Thu, 7 Sep 2023 21:41:52 +0530 [thread overview]
Message-ID: <20230907161155.1828658-5-bhanuprakash.modem@intel.com> (raw)
In-Reply-To: <20230907161155.1828658-1-bhanuprakash.modem@intel.com>
As kms_pm_dc is moved to display, update the test documentation
according to the kms testplan kms_test_config.json
Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_pm_dc.c | 66 ++++++++++++++++++++++++++++-------------
1 file changed, 45 insertions(+), 21 deletions(-)
diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index 13ae31583..895fe4b4c 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -37,45 +37,69 @@
#include "time.h"
#include "igt_pm.h"
/**
- * TEST: i915 pm dc
+ * TEST: kms pm dc
+ * Category: Display
* Description: Tests to validate display power DC states.
- * Run type: FULL
*
* SUBTEST: dc3co-vpb-simulation
- * Description:
- * In this test we make sure that system enters DC3CO when PSR2 is active and system is in SLEEP
- * state
- * Feature: dc3co, pm_dc
+ * Description: Make sure that system enters DC3CO when PSR2 is active and system
+ * is in SLEEP state
+ * Driver requirement: i915
+ * Functionality: dc3co, pm_dc, psr2
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc5-dpms
- * Description:
- * This test validates display engine entry to DC5 state while all connectors's DPMS property
- * set to OFF
- * Feature: pm_dc
+ * Description: Validate display engine entry to DC5 state while all connectors's
+ * DPMS property set to OFF
+ * Driver requirement: i915
+ * Functionality: dpms, pm_dc
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc5-dpms-negative
- * Description:
- * This test validates negative scenario of DC5 display engine entry to DC5 state while all
- * connectors's DPMS property set to ON
- * Feature: pm_dc
+ * Description: Validate negative scenario of DC5 display engine entry to DC5 state
+ * while all connectors's DPMS property set to ON
+ * Driver requirement: i915
+ * Functionality: dpms, pm_dc
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc5-psr
* Description: This test validates display engine entry to DC5 state while PSR is active
- * Feature: pm_dc
+ * Driver requirement: i915
+ * Functionality: pm_dc, psr
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc6-dpms
- * Description:
- * This test validates display engine entry to DC6 state while all connectors's DPMS property
- * set to OFF
- * Feature: pm_dc
+ * Description: Validate display engine entry to DC6 state while all connectors's
+ * DPMS property set to OFF
+ * Driver requirement: i915
+ * Functionality: dpms, pm_dc
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc6-psr
* Description: This test validates display engine entry to DC6 state while PSR is active
- * Feature: pm_dc
+ * Driver requirement: i915
+ * Functionality: pm_dc, psr
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*
* SUBTEST: dc9-dpms
* Description: This test validates display engine entry to DC9 state
- * Feature: pm_dc
+ * Driver requirement: i915
+ * Functionality: dpms, pm_dc
+ * Mega feature: Display Power
+ * Run type: FULL
+ * Test category: functionality test
*/
/* DC State Flags */
--
2.40.0
next prev parent reply other threads:[~2023-09-07 16:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-07 16:11 [igt-dev] [i-g-t V3 0/7] Separate display PM tests from Core Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 1/7] tests/intel/pm: Rename i915_pm_backlight to kms_pm_backlight Bhanuprakash Modem
2023-09-08 8:25 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 2/7] tests/intel/kms_pm_backlight: Fix testplan documentation Bhanuprakash Modem
2023-09-08 8:29 ` Sharma, Swati2
2023-09-08 12:17 ` [igt-dev] [i-g-t V4 " Bhanuprakash Modem
2023-09-08 12:29 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 3/7] tests/intel/pm: Rename i915_pm_dc to kms_pm_dc Bhanuprakash Modem
2023-09-08 8:30 ` Sharma, Swati2
2023-09-07 16:11 ` Bhanuprakash Modem [this message]
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 5/7] tests/intel/pm: Rename i915_pm_lpsp to kms_pm_lpsp Bhanuprakash Modem
2023-09-08 8:32 ` Sharma, Swati2
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 6/7] tests/intel/kms_pm_lpsp: Fix testplan documentation Bhanuprakash Modem
2023-09-07 16:11 ` [igt-dev] [i-g-t V3 7/7] tests/intel/pm: Separate display specific tests from i915_pm_rpm Bhanuprakash Modem
2023-09-08 8:42 ` Sharma, Swati2
2023-09-07 18:38 ` [igt-dev] ✓ Fi.CI.BAT: success for Separate display PM tests from Core (rev3) Patchwork
2023-09-07 19:17 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-07 20:52 ` [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=20230907161155.1828658-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