From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6CF5810E182 for ; Mon, 15 May 2023 08:24:16 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Mon, 15 May 2023 13:47:05 +0530 Message-Id: <20230515081720.3713293-65-bhanuprakash.modem@intel.com> In-Reply-To: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> References: <20230515081720.3713293-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t 64/79] tests/kms_prime: 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_prime.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/tests/kms_prime.c b/tests/kms_prime.c index dd5ab993e..02f5eca78 100644 --- a/tests/kms_prime.c +++ b/tests/kms_prime.c @@ -30,6 +30,41 @@ #include #include #include +/** + * TEST: kms prime + * Category: Display + * Description: Prime tests, focusing on KMS side + * + * SUBTEST: D3hot + * Description: Validate pci state of dGPU when dGPU is idle and scanout is on iGPU + * Driver requirement: any + * Functionality: kms_gem_interop + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: basic-modeset-hybrid + * Description: Basic modeset on the one device when the other device is active + * Driver requirement: any + * Functionality: kms_gem_interop + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * SUBTEST: basic-crc-%s + * Description: Make a dumb color buffer, export to another device and compare + * the CRCs with a buffer native to that device + * Driver requirement: any + * Functionality: kms_gem_interop + * Mega feature: General Display Features + * Run type: FULL + * Test category: functionality test + * + * arg[1]: + * + * @hybrid: + * @vgem: + */ #define KMS_HELPER "/sys/module/drm_kms_helper/parameters/" #define KMS_POLL_DISABLE 0 -- 2.40.0