From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id D838310E21C for ; Mon, 29 May 2023 05:35:41 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Mon, 29 May 2023 10:58:30 +0530 Message-Id: <20230529052835.860047-78-bhanuprakash.modem@intel.com> In-Reply-To: <20230529052835.860047-1-bhanuprakash.modem@intel.com> References: <20230529052835.860047-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V4 77/82] tests/kms_universal_plane: 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_universal_plane.c | 67 +++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/tests/kms_universal_plane.c b/tests/kms_universal_plane.c index 635a136ab..c7344477d 100644 --- a/tests/kms_universal_plane.c +++ b/tests/kms_universal_plane.c @@ -28,6 +28,73 @@ #include #include +/** + * TEST: kms universal plane + * Category: Display + * + * SUBTEST: cursor-fb-leak-pipe-%s + * Description: Check for cursor leaks after performing cursor operations + * Driver requirement: any + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: disable-primary-vs-flip-pipe-%s + * Description: Check pageflips while primary plane is disabled before IOCTL or + * between IOCTL and pageflip execution + * Driver requirement: any + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: universal-plane-pageflip-windowed-pipe-%s + * Description: Check if pageflip succeeds in windowed setting + * Driver requirement: any + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @A: + * @B: + * @C: + * @D: + * @E: + * @F: + * @G: + * @H: + */ + +/** + * SUBTEST: universal-plane-pipe-%s-%s + * Description: Check %arg[1] + * Driver requirement: any + * Functionality: plane + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @A: + * @B: + * @C: + * @D: + * @E: + * @F: + * @G: + * @H: + * + * arg[2]: + * + * @functional: the switching between different primary plane fbs with CRTC off + * @sanity: for scale-up or scale-down using universal plane API without + * covering CRTC + */ typedef struct { int drm_fd; -- 2.40.0