From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6D04110E5C5 for ; Thu, 31 Aug 2023 08:37:35 +0000 (UTC) Message-ID: <7a65a900-a5fc-e499-8683-17b5184da484@intel.com> Date: Thu, 31 Aug 2023 14:07:29 +0530 MIME-Version: 1.0 To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org References: <20230825081153.883708-1-bhanuprakash.modem@intel.com> <20230825081153.883708-3-bhanuprakash.modem@intel.com> Content-Language: en-US From: "Sharma, Swati2" In-Reply-To: <20230825081153.883708-3-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t 2/4] tests/i915/kms_big_fb: Fix testplan documentation 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: Swati Sharma On 25-Aug-23 1:41 PM, Bhanuprakash Modem wrote: > Update testplan documentation for Async flip subtests (Add > "async_flips" to the Functionality). > > Cc: Karthik B S > Signed-off-by: Bhanuprakash Modem > --- > tests/i915/kms_big_fb.c | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c > index 33008c40a..50e9deeda 100644 > --- a/tests/i915/kms_big_fb.c > +++ b/tests/i915/kms_big_fb.c > @@ -661,12 +661,22 @@ max_hw_stride_async_flip_test(data_t *data) > */ > > /** > + * SUBTEST: %s-max-hw-stride-%dbpp-rotate-%d-hflip > + * Description: Test maximum hardware supported stride length for given combination > + * of %arg[1] modifier with max hardware stride length, %arg[2]-bpp, > + * and %arg[3]-rotation with H-flip mode > + * Driver requirement: i915, xe > + * Functionality: big_fbs, kms_gem_interop, rotation, tiling > + * Mega feature: General Display Features > + * Run type: FULL > + * Test category: functionality test > + * > * SUBTEST: %s-max-hw-stride-%dbpp-rotate-%d-%s > * Description: Test maximum hardware supported stride length for given combination > * of %arg[1] modifier with max hardware stride length, %arg[2]-bpp, > * and %arg[3]-rotation with %arg[4] mode > * Driver requirement: i915, xe > - * Functionality: big_fbs, kms_gem_interop, rotation, tiling > + * Functionality: async_flips, big_fbs, kms_gem_interop, rotation, tiling > * Mega feature: General Display Features > * Run type: FULL > * Test category: functionality test > @@ -684,7 +694,6 @@ max_hw_stride_async_flip_test(data_t *data) > * arg[4]: > * > * @async-flip: Async flip > - * @hflip: H-flip > * @hflip-async-flip: Async & H-flip > */ > static void test_scanout(data_t *data)