From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id C7B7510E424 for ; Tue, 28 Nov 2023 06:25:51 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org, swati2.sharma@intel.com Date: Tue, 28 Nov 2023 11:45:31 +0530 Message-Id: <20231128061533.2612350-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 1/3] tests/kms_addfb_basic: Fix testplan documentation for tiled tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Fix 'Driver requirement' field for recently modified tests by the commit: 2ddd8cac9 tests/kms_addfb_basic: Skip not relevant subtests for Xe Signed-off-by: Bhanuprakash Modem --- tests/kms_addfb_basic.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c index 337fef77e..877c70ded 100644 --- a/tests/kms_addfb_basic.c +++ b/tests/kms_addfb_basic.c @@ -95,8 +95,12 @@ */ /** - * SUBTEST: basic-%s-tiled-legacy - * Description: Check if addfb2 and rmfb call works for basic %arg[1] test + * SUBTEST: basic-x-tiled-legacy + * Description: Check if addfb2 and rmfb call works for basic x-tiling test + * Functionality: kms_gem_interop, tiling + * + * SUBTEST: basic-y-tiled-legacy + * Description: Check if addfb2 and rmfb call works for basic y-tiling test * Driver requirement: i915 * Functionality: kms_gem_interop, tiling * @@ -109,11 +113,6 @@ * Description: Test that addfb2 call fails correctly for pitches mismatch * Driver requirement: i915 * Functionality: kms_gem_interop, tiling - * - * arg[1]: - * - * @x: x-tiling - * @y: y-tiling */ /** -- 2.40.0