All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_atomic_interruptible:add test description
@ 2020-12-08 23:16 arundhati.hagaragi
  2020-12-10 12:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: arundhati.hagaragi @ 2020-12-08 23:16 UTC (permalink / raw)
  To: igt-dev, arundhati.hagaragi, swati2.sharma, nidhi1.gupta; +Cc: Gupta, Sharma

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();
 	}
 
+	igt_describe("Tests the properties of default modeset");
 	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");
 	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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-06 10:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [igt-dev] [PATCH i-g-t] " B, Jeevan

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.