From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23D3310E67F for ; Fri, 11 Aug 2023 07:57:39 +0000 (UTC) Message-ID: Date: Fri, 11 Aug 2023 13:27:04 +0530 To: Bhanuprakash Modem , References: <20230629144910.3055377-1-bhanuprakash.modem@intel.com> <20230629144910.3055377-26-bhanuprakash.modem@intel.com> Content-Language: en-US From: "Thasleem, Mohammed" In-Reply-To: <20230629144910.3055377-26-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [V5 i-g-t 25/81] tests/i915/kms_pipe_b_c_ivb: 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: LGTM: Reviewed-by: Mohammed Thasleem On 6/29/2023 8:18 PM, Bhanuprakash Modem wrote: > Add documentation for all kms tests which is used by IGT testplan > documentation. > > Signed-off-by: Bhanuprakash Modem > --- > tests/i915/kms_pipe_b_c_ivb.c | 52 +++++++++++++++++++++++++++++++++++ > 1 file changed, 52 insertions(+) > > diff --git a/tests/i915/kms_pipe_b_c_ivb.c b/tests/i915/kms_pipe_b_c_ivb.c > index 192771794..f19355511 100644 > --- a/tests/i915/kms_pipe_b_c_ivb.c > +++ b/tests/i915/kms_pipe_b_c_ivb.c > @@ -25,6 +25,58 @@ > */ > > #include "igt.h" > +/** > + * TEST: kms pipe b c ivb > + * Category: Display > + * Description: Exercise the FDI lane bifurcation code for IVB in the kernel by > + * setting different combinations of modes for pipes B and C. > + * > + * SUBTEST: disable-pipe-B-enable-pipe-C > + * Description: Tests pipe-B and pipe-C interactions in IVB by disabling pipe-B > + * and then setting mode on pipe-C. > + * Driver requirement: i915 > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * SUBTEST: enable-pipe-C-while-B-has-3-lanes > + * Description: Tests pipe-B and pipe-C interactions in IVB by enabling pipe-C > + * while pipe-B has 3-lanes > + * Driver requirement: i915 > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * SUBTEST: from-pipe-C-to-B-with-3-lanes > + * Description: Tests pipe-B and pipe-C interactions in IVB by enabling pipe-B > + * with 3 lanes from pipe-C. > + * Driver requirement: i915 > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * SUBTEST: pipe-B-double-modeset-then-modeset-pipe-C > + * Description: Tests pipe-B and pipe-C interactions in IVB by enabling two > + * different modes on pipe-B and then a single mode on pipe-C. > + * Driver requirement: i915 > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > + * SUBTEST: pipe-B-dpms-off-modeset-pipe-C > + * Description: Tests pipe-B and pipe-C interactions in IVB by enabling pipe-B > + * with mode that requires 3 lanes and then enabling pipe-c with > + * dpms off/on pipe-B. > + * Driver requirement: i915 > + * Functionality: kms_core > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + */ > > IGT_TEST_DESCRIPTION( > "Exercise the FDI lane bifurcation code for IVB in the kernel by setting"