From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id DF38610E5A2 for ; Wed, 6 Sep 2023 08:16:57 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Wed, 6 Sep 2023 13:38:38 +0530 Message-Id: <20230906080840.1714917-5-bhanuprakash.modem@intel.com> In-Reply-To: <20230906080840.1714917-1-bhanuprakash.modem@intel.com> References: <20230906080840.1714917-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 4/6] tests/kms_flip: Fix testplan documentation for hang tests 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: Update testplan documentation for hang tests (Add "hang" to the Functionality). V2: - Update commit message Cc: Kunal Joshi Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi --- tests/kms_flip.c | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/tests/kms_flip.c b/tests/kms_flip.c index f09a00dd0..f76fa1ca7 100755 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -109,6 +109,29 @@ * Test category: functionality test */ +/** + * SUBTEST: %s + * Description: Basic test to validate %arg[1] + * Driver requirement: i915, xe + * Functionality: hang, vblank + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: 2x-%s + * Description: Test to validate %arg[1] on a pair of connected displays + * Driver requirement: i915, xe + * Functionality: hang, vblank + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @flip-vs-modeset-vs-hang: pageflip and modeset by hang injection + * @flip-vs-panning-vs-hang: pageflip with panning by hang injection + */ + /** * SUBTEST: %s * Description: Basic test to validate %arg[1] @@ -140,8 +163,6 @@ * @flip-vs-expired-vblank: pageflip by checking the vbalnk sequence * @flip-vs-absolute-wf_vblank: pageflip and wait for the absolute vblank * @flip-vs-blocking-wf-vblank: pageflip and wait for the absolute vblank synchronous - * @flip-vs-modeset-vs-hang: pageflip and modeset by hang injection - * @flip-vs-panning-vs-hang: pageflip with panning by hang injection * @nonexisting-fb: expired framebuffer * @modeset-vs-vblank-race: modeset and check for vblank */ -- 2.40.0