All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kunal Joshi <kunal1.joshi@intel.com>
To: 20210102221236.3391596-1-arundhati.hagaragi@intel.com,
	patchwork@emeril.freedesktop.org, arundhati.hagaragi@intel.com,
	igt-dev@lists.freedesktop.org
Subject: [igt-dev] [i-g-t] tests/kms_plane_cursor:added subtest description
Date: Wed, 13 Jan 2021 12:30:10 +0530	[thread overview]
Message-ID: <20210113070010.GA397542@intel.com> (raw)

>diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
>index f6766d36..bc9d4294 100644
>--- a/tests/kms_plane_cursor.c
>+++ b/tests/kms_plane_cursor.c
>@@ -320,14 +320,18 @@  igt_main
> 		for (i = 0; i < ARRAY_SIZE(cursor_sizes); ++i) {
> 			int size = cursor_sizes[i];
> 
>+			igt_describe("Tests atomic cursor positioning on primary plane and overlay plane");
> 			igt_subtest_f("pipe-%s-overlay-size-%d",
> 				      kmstest_pipe_name(pipe), size)
> 				test_cursor_overlay(&data, size, pipe);
> 
>+			igt_describe("Tests atomic cursor positioning on primary plane");
> 			igt_subtest_f("pipe-%s-primary-size-%d",
> 				      kmstest_pipe_name(pipe), size)
> 				test_cursor_primary(&data, size, pipe);
> 
>+			igt_describe("Tests atomic cursor positioning on primary plane and overlay plane"
>+				"with buffer larger than viewport used for display");
> 			igt_subtest_f("pipe-%s-viewport-size-%d",
> 				      kmstest_pipe_name(pipe), size)
> 				test_cursor_viewport(&data, size, pipe);

LGTM
Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>

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

                 reply	other threads:[~2021-01-13  6:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210113070010.GA397542@intel.com \
    --to=kunal1.joshi@intel.com \
    --cc=20210102221236.3391596-1-arundhati.hagaragi@intel.com \
    --cc=arundhati.hagaragi@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=patchwork@emeril.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.