From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4B1AE6E48B for ; Thu, 11 Feb 2021 18:12:38 +0000 (UTC) From: "B, Jeevan" Date: Thu, 11 Feb 2021 18:12:34 +0000 Message-ID: <3253b7de73ae49bdaf2ab72149f14bd1@intel.com> References: <20210119094223.899965-1-arundhati.hagaragi@intel.com> In-Reply-To: <20210119094223.899965-1-arundhati.hagaragi@intel.com> Content-Language: en-US MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: "Hagaragi, Arundhati" , "igt-dev@lists.freedesktop.org" Cc: "B@freedesktop.org" , "S@freedesktop.org" , "Gupta@freedesktop.org" , "Gupta, Nidhi1" List-ID: >-----Original Message----- >From: igt-dev On Behalf Of Arundhati >Hagaragi >Sent: Tuesday, January 19, 2021 3:12 PM >To: igt-dev@lists.freedesktop.org >Cc: B@freedesktop.org; Gupta@freedesktop.org; S@freedesktop.org; Gupta, >Nidhi1 >Subject: [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc:Added subtest description > >Added description for all subtests > >Signed-off-by: Arundhati Hagaragi >Cc: Gupta, Nidhi1 >Cc: B S, Karthik Looks ok to me. Reviewed-by: Jeevan B >--- > tests/kms_rotation_crc.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index >33a97cca..136e97fc 100644 >--- a/tests/kms_rotation_crc.c >+++ b/tests/kms_rotation_crc.c >@@ -856,6 +856,7 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > igt_require(data.display.is_atomic); > } > >+ igt_describe("Rotation test with 90/270 degree for primary and sprite >+planes of gen9+"); > for (subtest = subtests; subtest->rot; subtest++) { > igt_subtest_f("%s-rotation-%s", > plane_test_str(subtest->plane), @@ -868,6 +869,7 >@@ igt_main_args("", long_opts, help_str, opt_handler, &data) > } > } > >+ igt_describe("Rotation test with 90 degree for a plane of gen9+ with >+given position"); > igt_subtest_f("sprite-rotation-90-pos-100-0") { > igt_require(gen >= 9); > data.rotation = IGT_ROTATION_90; >@@ -878,6 +880,7 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > data.pos_x = 0, > data.pos_y = 0; > >+ igt_describe("Checking unsupported pixel format for gen9+ with 90 >+degree of rotation"); > igt_subtest_f("bad-pixel-format") { > /* gen11 enables RGB565 rotation for 90/270 degrees. > * so apart from this, any other gen11+ pixel format @@ -890,6 >+893,7 @@ igt_main_args("", long_opts, help_str, opt_handler, &data) > } > data.override_fmt = 0; > >+ igt_describe("Checking unsupported tiling for gen9+ with 90 degree of >+rotation"); > igt_subtest_f("bad-tiling") { > igt_require(gen >= 9); > data.rotation = IGT_ROTATION_90; >@@ -898,6 +902,7 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > } > data.override_tiling = 0; > >+ igt_describe("Tiling and Rotation test for gen 10+ for primary >+plane"); > for (reflect_x = reflect_x_subtests; reflect_x->tiling; reflect_x++) { > igt_subtest_f("primary-%s-reflect-x-%s", > tiling_test_str(reflect_x->tiling), >@@ -911,6 +916,7 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > } > } > >+ igt_describe("Rotation test on both planes by making them fully >+visible"); > igt_subtest_f("multiplane-rotation") { > igt_require(gen >= 9); > cleanup_crtc(&data); >@@ -923,6 +929,8 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > test_multi_plane_rotation(&data, 0); > } > >+ igt_describe("Rotation test on both planes by cropping left/top corner of >primary plane and" >+ "right/top corner of sprite plane"); > igt_subtest_f("multiplane-rotation-cropping-top") { > igt_require(gen >= 9); > cleanup_crtc(&data); >@@ -935,6 +943,8 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > test_multi_plane_rotation(&data, 0); > } > >+ igt_describe("Rotation test on both planes by cropping left/bottom >corner of primary plane" >+ "and right/bottom corner of sprite plane"); > igt_subtest_f("multiplane-rotation-cropping-bottom") { > igt_require(gen >= 9); > cleanup_crtc(&data); >@@ -951,6 +961,7 @@ igt_main_args("", long_opts, help_str, opt_handler, >&data) > * exhaust-fences should be last test, if it fails we may OOM in > * the following subtests otherwise. > */ >+ igt_describe("This test intends to check for fence leaks >+exhaustively"); > igt_subtest_f("exhaust-fences") { > enum pipe pipe; > igt_output_t *output; >-- >2.25.1 > >_______________________________________________ >igt-dev mailing list >igt-dev@lists.freedesktop.org >https://lists.freedesktop.org/mailman/listinfo/igt-dev _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev