All of lore.kernel.org
 help / color / mirror / Atom feed
From: "B, Jeevan" <jeevan.b@intel.com>
To: "Hagaragi, Arundhati" <arundhati.hagaragi@intel.com>,
	"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>,
	"Hagaragi, Arundhati" <arundhati.hagaragi@intel.com>,
	"Sharma, Swati2" <swati2.sharma@intel.com>,
	"Gupta, Nidhi1" <nidhi1.gupta@intel.com>
Cc: "Sharma@freedesktop.org" <Sharma@freedesktop.org>,
	"Gupta@freedesktop.org" <Gupta@freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_atomic_interruptible:add test description
Date: Wed, 6 Jan 2021 10:43:01 +0000	[thread overview]
Message-ID: <72424e6bffd949ac8933c0dcc73045d4@intel.com> (raw)
In-Reply-To: <20201208231617.1346190-1-arundhati.hagaragi@intel.com>

>-----Original Message-----
>From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
>arundhati.hagaragi@intel.com
>Sent: Wednesday, December 9, 2020 4:46 AM
>To: igt-dev@lists.freedesktop.org; Hagaragi, Arundhati
><arundhati.hagaragi@intel.com>; Sharma, Swati2
><swati2.sharma@intel.com>; Gupta, Nidhi1 <nidhi1.gupta@intel.com>
>Cc: Gupta@freedesktop.org; Sharma@freedesktop.org
>Subject: [igt-dev] [PATCH i-g-t] tests/kms_atomic_interruptible:add test
>description
>
>From: Arundhati Hagaragi <arundhati.hagaragi@intel.com>
>
>Added Test description for test case
>
>Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi@intel.com>
>Cc: Gupta, Nidhi1 <nidhi1.gupta@intel.com>
>Cc: Sharma, Swati2 <swati2.sharma@intel.com>
>---
> tests/kms_atomic_interruptible.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
>diff --git a/tests/kms_atomic_interruptible.c
>b/tests/kms_atomic_interruptible.c
>index 3ba75089..8410a6d0 100644
>--- a/tests/kms_atomic_interruptible.c
>+++ b/tests/kms_atomic_interruptible.c
>@@ -284,6 +284,7 @@ igt_main
> 		igt_require_sw_sync();
> 	}
>
Change the statement like "Tests the interrupt properties" as the below statement is more generic
>+	igt_describe("Tests the properties of default modeset");
Also change default as legacy
> 	igt_subtest_with_dynamic("legacy-setmode") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -292,6 +293,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests the properties of specified modeset");
Same goes here
> 	igt_subtest_with_dynamic("atomic-setmode") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -300,6 +302,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests the DPMS properties for CRTC");
> 	igt_subtest_with_dynamic("legacy-dpms") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -308,6 +311,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests the flipping from user framebuffer to display
>+port");
> 	igt_subtest_with_dynamic("legacy-pageflip") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -316,6 +320,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests the cursor properties");
> 	igt_subtest_with_dynamic("legacy-cursor") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -324,6 +329,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests plane properties with DRM mode
>+hdisplay,vdisplay");
> 	igt_subtest_with_dynamic("universal-setplane-primary") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe)) @@ -332,6 +338,7
>@@ igt_main
> 		}
> 	}
>
>+	igt_describe("Tests plane properties with DRM mode 64, 64");
> 	igt_subtest_with_dynamic("universal-setplane-cursor") {
> 		for_each_pipe_with_valid_output(&display, pipe, output) {
> 			igt_dynamic_f("%s-pipe-%s",
>igt_output_name(output), kmstest_pipe_name(pipe))
>--
>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

      parent reply	other threads:[~2021-01-06 10:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08 23:16 [igt-dev] [PATCH i-g-t] tests/kms_atomic_interruptible:add test description arundhati.hagaragi
2020-12-10 12:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-12-10 15:33 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-01-06 10:43 ` B, Jeevan [this message]

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=72424e6bffd949ac8933c0dcc73045d4@intel.com \
    --to=jeevan.b@intel.com \
    --cc=Gupta@freedesktop.org \
    --cc=Sharma@freedesktop.org \
    --cc=arundhati.hagaragi@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=nidhi1.gupta@intel.com \
    --cc=swati2.sharma@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 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.