From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 988A610E459 for ; Tue, 5 Sep 2023 07:34:12 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 5 Sep 2023 12:55:59 +0530 Message-Id: <20230905072601.1602968-3-bhanuprakash.modem@intel.com> In-Reply-To: <20230905072601.1602968-1-bhanuprakash.modem@intel.com> References: <20230905072601.1602968-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 2/4] tests/i915/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). Cc: Kunal Joshi Signed-off-by: Bhanuprakash Modem --- 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 23c71cee2..10617d520 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