From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6075610E5A0 for ; Wed, 6 Sep 2023 08:12:24 +0000 (UTC) Message-ID: <5f697b36-2140-c67b-ac7d-d6740c957a4c@intel.com> Date: Wed, 6 Sep 2023 13:42:18 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230905125356.1659246-1-bhanuprakash.modem@intel.com> <20230905125356.1659246-7-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230905125356.1659246-7-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t V2 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: LGTM Reviewed-by: Swati Sharma On 05-Sep-23 6:23 PM, Bhanuprakash Modem wrote: > 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 > --- > 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 0adcb8cc0..407558a4f 100644 > --- a/tests/intel/kms_pm_lpsp.c > +++ b/tests/intel/kms_pm_lpsp.c > @@ -13,16 +13,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