From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id D6CD710E80E for ; Thu, 7 Sep 2023 16:22:51 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 7 Sep 2023 21:41:54 +0530 Message-Id: <20230907161155.1828658-7-bhanuprakash.modem@intel.com> In-Reply-To: <20230907161155.1828658-1-bhanuprakash.modem@intel.com> References: <20230907161155.1828658-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 6/7] tests/intel/kms_pm_lpsp: Fix testplan documentation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: As kms_pm_lpsp is moved to display, update the test documentation according to the kms testplan kms_test_config.json Cc: Swati Sharma Signed-off-by: Bhanuprakash Modem Reviewed-by: Swati Sharma --- tests/intel/kms_pm_lpsp.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/tests/intel/kms_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c index 291e56674..9b5547cda 100644 --- a/tests/intel/kms_pm_lpsp.c +++ b/tests/intel/kms_pm_lpsp.c @@ -33,16 +33,25 @@ #include #include /** - * TEST: i915 pm lpsp + * TEST: kms pm lpsp * Description: These tests validates display Low Power Single Pipe configurations - * Feature: pm_lpsp - * Run type: FULL + * Category: Display * * SUBTEST: kms-lpsp * Description: This test validates lpsp on all connected outputs on low power PIPE_A + * Driver requirement: i915 + * Functionality: pm_lpsp + * Mega feature: Display Power + * Run type: FULL + * Test category: functionality test * * SUBTEST: screens-disabled * Description: This test validates lpsp while all crtc are disabled + * Driver requirement: i915 + * Functionality: pm_lpsp + * Mega feature: Display Power + * Run type: FULL + * Test category: functionality test */ #define MAX_SINK_LPSP_INFO_BUF_LEN 4096 -- 2.40.0