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 97BCF10E14B for ; Mon, 14 Aug 2023 08:26:54 +0000 (UTC) Message-ID: <613a480b-a40e-167e-71a0-dfd6a87bdf72@intel.com> Date: Mon, 14 Aug 2023 13:56:50 +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-75-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230811184655.157060-75-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 74/81] tests/kms_tiled_display: 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: 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 commit line (Karthik) > > Signed-off-by: Bhanuprakash Modem > Reviewed-by: Karthik B S > --- > tests/kms_tiled_display.c | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/tests/kms_tiled_display.c b/tests/kms_tiled_display.c > index eba1b2764..39931c84a 100644 > --- a/tests/kms_tiled_display.c > +++ b/tests/kms_tiled_display.c > @@ -36,12 +36,33 @@ > * the displays supported by the kernel at the moment. > */ > > +/** > + * TEST: kms tiled display > + * Category: Display > + * Description: Test for Transcoder Port Sync for Display Port Tiled Displays > + */ > #include "igt.h" > #include "poll.h" > #include "drm_mode.h" > #include "drm_fourcc.h" > #include "igt_edid.h" > > +/** > + * SUBTEST: basic-test-%s > + * Description: Make sure the Tiled CRTCs are synchronized and we get page flips > + * for all tiled CRTCs in one vblank (%arg[1]). > + * Driver requirement: any > + * Functionality: tiled_display Need to add chamelium too. > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * arg[1]: > + * > + * @pattern: executes on real panel > + * @pattern-with-chamelium: executes on chamelium. > + */ > + > IGT_TEST_DESCRIPTION("Test for genlocked CRTCs with tiled displays"); > > typedef struct {