From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 966A110E17C for ; Mon, 15 May 2023 08:23:14 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Mon, 15 May 2023 13:46:28 +0530 Message-Id: <20230515081720.3713293-28-bhanuprakash.modem@intel.com> In-Reply-To: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> References: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 27/79] tests/i915/kms_psr2_su: 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: Add documentation for all kms tests which is used by IGT testplan documentation. Signed-off-by: Bhanuprakash Modem --- tests/i915/kms_psr2_su.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/tests/i915/kms_psr2_su.c b/tests/i915/kms_psr2_su.c index 65e67b8c9..0818d432c 100644 --- a/tests/i915/kms_psr2_su.c +++ b/tests/i915/kms_psr2_su.c @@ -30,6 +30,33 @@ #include #include #include +/** + * TEST: kms psr2 su + * Category: Display + * Description: Test PSR2 selective update + * + * SUBTEST: frontbuffer-XRGB8888 + * Description: Test that selective update works when screen changes + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: page_flip-%s + * Description: Test the selective update with %arg[1] when screen changes + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @NV12: NV12 format + * @P010: P010 format + * @XRGB8888: XRGB8888 format + */ IGT_TEST_DESCRIPTION("Test PSR2 selective update"); -- 2.40.0