From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9BCD410E3B7 for ; Wed, 17 May 2023 06:39:56 +0000 (UTC) From: Bhanuprakash Modem Date: Wed, 17 May 2023 12:02:49 +0530 Message-Id: <20230517063323.4146387-48-bhanuprakash.modem@intel.com> In-Reply-To: <20230517063323.4146387-1-bhanuprakash.modem@intel.com> References: <20230517063323.4146387-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V2 47/81] tests/kms_dp_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" To: igt-dev@lists.freedesktop.org, mchehab@kernel.org List-ID: Add documentation for all kms tests which is used by IGT testplan documentation. Signed-off-by: Bhanuprakash Modem --- tests/kms_dp_tiled_display.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c index 07b803a50..cd792ec51 100644 --- a/tests/kms_dp_tiled_display.c +++ b/tests/kms_dp_tiled_display.c @@ -36,12 +36,33 @@ * the displays supported by the kernel at the moment. */ +/** + * TEST: kms dp 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 + * 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 Transcoder Port Sync for Display Port Tiled Displays"); typedef struct { -- 2.40.0