From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0CD4A10E14B for ; Mon, 14 Aug 2023 08:23:54 +0000 (UTC) Message-ID: <1d7bff81-b1f9-7995-1cb9-e6fb917bb6e8@intel.com> Date: Mon, 14 Aug 2023 13:53:49 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230811184655.157060-1-bhanuprakash.modem@intel.com> <20230811184655.157060-65-bhanuprakash.modem@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230811184655.157060-65-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t V6 64/81] 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: Shouldn't we have some functionality as "hybrid" for these tests? On 12-Aug-23 12:16 AM, Bhanuprakash Modem wrote: > Add documentation for all kms tests which is used by IGT testplan > documentation. > > Signed-off-by: Bhanuprakash Modem > Reviewed-by: Karthik B S > --- > tests/kms_prime.c | 35 +++++++++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > > diff --git a/tests/kms_prime.c b/tests/kms_prime.c > index dedbf6233..421cf9a21 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