From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 33D9C10E41D for ; Wed, 9 Aug 2023 12:05:38 +0000 (UTC) Message-ID: <12e3ef42-fe49-8682-303a-8f4025b38930@intel.com> Date: Wed, 9 Aug 2023 17:35:19 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> <20230629144910.3055377-40-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230629144910.3055377-40-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [V5 i-g-t 39/81] tests/kms_concurrent: Document each subtest for testplan 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 29-Jun-23 8:18 PM, Bhanuprakash Modem wrote: > Add documentation for all kms tests which is used by IGT testplan > documentation. > > Signed-off-by: Bhanuprakash Modem > --- > tests/kms_concurrent.c | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c > index d915a98b2..f5fe321a2 100644 > --- a/tests/kms_concurrent.c > +++ b/tests/kms_concurrent.c > @@ -24,6 +24,32 @@ > > #include "igt.h" > #include "drmtest.h" > +/** > + * TEST: kms concurrent > + * Category: Display > + * Description: Test atomic mode setting concurrently with multiple planes and > + * screen resolution > + * > + * SUBTEST: pipe-%s > + * Description: Test atomic mode setting concurrently with multiple planes and > + * screen resolution on %arg[1]. > + * Driver requirement: any > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * arg[1]: > + * > + * @A: pipe A > + * @B: pipe B > + * @C: pipe C > + * @D: pipe D > + * @E: pipe E > + * @F: pipe F > + * @G: pipe G > + * @H: pipe H > + */ > > IGT_TEST_DESCRIPTION("Test atomic mode setting concurrently with multiple planes and screen resolution"); >