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 2FB9E10E171 for ; Mon, 15 May 2023 08:23:13 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Mon, 15 May 2023 13:46:27 +0530 Message-Id: <20230515081720.3713293-27-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 26/79] tests/i915/kms_psr2_sf: 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_sf.c | 85 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/tests/i915/kms_psr2_sf.c b/tests/i915/kms_psr2_sf.c index 7c21970a5..7ccfeb7de 100644 --- a/tests/i915/kms_psr2_sf.c +++ b/tests/i915/kms_psr2_sf.c @@ -30,6 +30,91 @@ #include #include #include +/** + * TEST: kms psr2 sf + * Category: Display + * Description: Tests to varify PSR2 selective fetch by sending multiple damaged + * areas + * + * SUBTEST: %s-plane-move-continuous-%s + * Description: Test that selective fetch works on moving %arg[1] plane %arg[2] + * visible area (no update) + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @cursor: Cursor + * @overlay: Overlay + * + * arg[2]: + * + * @exceed-fully-sf: exceeding fully + * @exceed-sf: exceeding paritally + * @sf: default + */ + +/** + * SUBTEST: cursor-plane-update-sf + * Description: Test that selective fetch works on cursor plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: overlay-plane-update-continuous-sf + * Description: Test that selective fetch works on overlay plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: overlay-plane-update-sf-dmg-area + * Description: Test that selective fetch works on overlay plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: overlay-primary-update-sf-dmg-area + * Description: Test that selective fetch works on primary plane with blended + * overlay plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: plane-move-sf-dmg-area + * Description: Test that selective fetch works on moving overlay plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: primary-plane-update-sf-dmg-area + * Description: Test that selective fetch works on primary plane + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: primary-plane-update-sf-dmg-area-big-fb + * Description: Test that selective fetch works on primary plane with big fb + * Driver requirement: any + * Functionality: psr2 + * Mega feature: PSR + * Run type: FULL + * Test category: functionality test + */ IGT_TEST_DESCRIPTION("Tests to varify PSR2 selective fetch by sending multiple" " damaged areas"); -- 2.40.0