From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 769A610E3D4 for ; Tue, 23 May 2023 06:39:44 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Tue, 23 May 2023 12:02:25 +0530 Message-Id: <20230523063243.669540-65-bhanuprakash.modem@intel.com> In-Reply-To: <20230523063243.669540-1-bhanuprakash.modem@intel.com> References: <20230523063243.669540-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V3 64/82] tests/kms_plane_multiple: 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/kms_plane_multiple.c | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c index 7dd9d586d..6ee648b2d 100644 --- a/tests/kms_plane_multiple.c +++ b/tests/kms_plane_multiple.c @@ -22,6 +22,11 @@ * */ +/** + * TEST: kms plane multiple + * Category: Display + * Description: Test atomic mode setting with multiple planes. + */ #include "igt.h" #include "drmtest.h" #include @@ -373,6 +378,34 @@ test_plane_position(data_t *data, enum pipe pipe, igt_output_t *output, uint64_t n_planes, modifier); } +/** + * SUBTEST: tiling-none + * Description: Check that the kernel handles atomic updates of multiple planes + * correctly by changing their geometry and making sure the changes + * are reflected immediately after each commit. + * Driver requirement: any + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: tiling-%s + * Description: Check that the kernel handles atomic updates of multiple planes + * correctly by changing their geometry and making sure the changes + * are reflected immediately after each commit. + * Driver requirement: i915 + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @4: 4-tiling + * @x: x-tiling + * @y: y-tiling + * @yf: yf-tiling + */ static void run_test(data_t *data, uint64_t modifier) { enum pipe pipe; -- 2.40.0