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 AC25D10E232 for ; Wed, 9 Aug 2023 04:54:46 +0000 (UTC) Message-ID: <6db693b0-4fb4-2b06-cb32-997c24fa0e02@intel.com> Date: Wed, 9 Aug 2023 10:24:40 +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-32-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230629144910.3055377-32-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 31/81] tests/kms_3d: 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_3d.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/tests/kms_3d.c b/tests/kms_3d.c > index c7a9d42d2..df0b54b37 100644 > --- a/tests/kms_3d.c > +++ b/tests/kms_3d.c > @@ -24,6 +24,19 @@ > > #include "igt.h" > #include "xe/xe_query.h" > +/** > + * TEST: kms 3d > + * Category: Display > + * Description: Tests 3D mode setting. > + * > + * SUBTEST: > + * Description: Tests 3D mode setting. > + * Driver requirement: any > + * Functionality: stereoscopic > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + */ > > IGT_TEST_DESCRIPTION("Tests 3D mode setting."); >