All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] test/i915_pm_rpm: Remove igt_describe() from dynamic subtest
@ 2022-03-16  5:00 Anshuman Gupta
  2022-03-16  5:50 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anshuman Gupta @ 2022-03-16  5:00 UTC (permalink / raw)
  To: igt-dev; +Cc: badal.nilawar

Remove igt_describe() from gem-execbuf-stress() dynamic subtest
to avoid the igt internal assert.

Fixes: aa6eb64bac51 ("i915_pm_rpm: Add placement to gem_exec_stress")
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
---
 tests/i915/i915_pm_rpm.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index 8ae407e50..461730e8a 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -2170,14 +2170,12 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
 		system_suspend_subtest(SUSPEND_STATE_DISK, SUSPEND_TEST_NONE);
 
 	/* GEM stress */
+	igt_describe("Validate execbuf submission while exercising rpm "
+		     "suspend/resume cycles.");
 	igt_subtest_with_dynamic("gem-execbuf-stress") {
 		for_each_memory_region(r, drm_fd) {
-			igt_describe("Validate execbuf submission while exercising rpm "
-				     "suspend/resume cycles.");
 			igt_dynamic_f("%s", r->name)
 				gem_execbuf_stress_subtest(rounds, WAIT_STATUS, &r->ci);
-			igt_describe("Validate execbuf submission while exercising rpm "
-				     "suspend/resume cycles with extra wait.");
 			igt_dynamic_f("%s-%s", "extra-wait", r->name)
 				gem_execbuf_stress_subtest(rounds, WAIT_STATUS | WAIT_EXTRA, &r->ci);
 		}
-- 
2.26.2

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

end of thread, other threads:[~2022-03-16 10:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-16  5:00 [igt-dev] [PATCH i-g-t] test/i915_pm_rpm: Remove igt_describe() from dynamic subtest Anshuman Gupta
2022-03-16  5:50 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-03-16  5:58 ` [igt-dev] [PATCH i-g-t] " Nilawar, Badal
2022-03-16 10:03   ` Petri Latvala
2022-03-16 10:48     ` Gupta, Anshuman
2022-03-16  7:04 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

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.