From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 168B510E03B for ; Mon, 14 Aug 2023 10:34:33 +0000 (UTC) Message-ID: <21165527-cc01-d27b-0c1c-07352827541f@intel.com> Date: Mon, 14 Aug 2023 16:04:27 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230811184655.157060-1-bhanuprakash.modem@intel.com> <20230811184655.157060-76-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230811184655.157060-76-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t V6 75/81] tests/kms_tv_load_detect: 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 12-Aug-23 12:16 AM, Bhanuprakash Modem wrote: > Add documentation for all kms tests which is used by IGT testplan > documentation. > > V2: - Fix test description > > Cc: Swati Sharma > Signed-off-by: Bhanuprakash Modem > --- > tests/kms_tv_load_detect.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/tests/kms_tv_load_detect.c b/tests/kms_tv_load_detect.c > index c8e5338d2..ba16c771d 100644 > --- a/tests/kms_tv_load_detect.c > +++ b/tests/kms_tv_load_detect.c > @@ -23,6 +23,19 @@ > */ > > #include "igt.h" > +/** > + * TEST: kms tv load detect > + * Category: Display > + * Description: Test to check tv load detection. > + * > + * SUBTEST: load-detect > + * Description: Check tv load detection works correctly. > + * Driver requirement: any > + * Functionality: obsolete > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + */ > > IGT_TEST_DESCRIPTION("Check tv load detection works correctly."); >