Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Shankar, Uma" <uma.shankar@intel.com>
To: "B, Jeevan" <jeevan.b@intel.com>,
	"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Cc: "Heikkila, Juha-pekka" <juha-pekka.heikkila@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time
Date: Wed, 6 Jan 2021 05:56:44 +0000	[thread overview]
Message-ID: <18a8fa5830ea40a9a24707f57d8348e7@intel.com> (raw)
In-Reply-To: <20201229074604.24064-1-jeevan.b@intel.com>



> -----Original Message-----
> From: B, Jeevan <jeevan.b@intel.com>
> Sent: Tuesday, December 29, 2020 1:16 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Shankar, Uma <uma.shankar@intel.com>; B S, Karthik
> <karthik.b.s@intel.com>; B, Jeevan <jeevan.b@intel.com>
> Subject: [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time
> 
> Restricting the execution to 2 pipes.

Please add some more details here. Would be good to add the actual execution time
improvement.

With that added, this is
Reviewed-by: Uma Shankar <uma.shankar@intel.com>

> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
>  tests/kms_rotation_crc.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index
> ffcc2cc2..07639236 100644
> --- a/tests/kms_rotation_crc.c
> +++ b/tests/kms_rotation_crc.c
> @@ -409,6 +409,10 @@ static void test_plane_rotation(data_t *data, int
> plane_type, bool test_bad_form
>  		if (IS_CHERRYVIEW(data->devid) && pipe != PIPE_B)
>  			continue;
> 
> +		/* restricting the execution to 2 pipes to reduce execution time*/
> +		if (pipe > PIPE_B && !data->extended)
> +			break;
> +
>  		igt_output_set_pipe(output, pipe);
> 
>  		plane = igt_output_get_plane_type(output, plane_type);
> --
> 2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2021-01-06  5:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29  7:46 [igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time Jeevan B
2020-12-29  9:32 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: reduce execution time (rev2) Patchwork
2020-12-29 11:01 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-01-06  5:56 ` Shankar, Uma [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-12  9:58 [igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time Jeevan B

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18a8fa5830ea40a9a24707f57d8348e7@intel.com \
    --to=uma.shankar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jeevan.b@intel.com \
    --cc=juha-pekka.heikkila@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox