From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF05C10E257 for ; Tue, 15 Aug 2023 16:56:37 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 15 Aug 2023 22:17:22 +0530 Message-Id: <20230815164815.320904-29-bhanuprakash.modem@intel.com> In-Reply-To: <20230815164815.320904-1-bhanuprakash.modem@intel.com> References: <20230815164815.320904-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V7 28/81] tests/i915/kms_psr2_su: Document each subtest for testplan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kunal Joshi 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. V2: - Update Functionality V3: - Driver requirement: s/any/i915, xe/ Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi --- 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 3081887ca..39bb20ded 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: i915, xe + * Functionality: fbt, psr2, selective_update + * 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: i915, xe + * Functionality: pixel-format, psr2, selective_update + * 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