All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anshuman Gupta <anshuman.gupta@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: badal.nilawar@intel.com
Subject: [igt-dev] [PATCH i-g-t] test/i915_pm_rpm: Remove igt_describe() from dynamic subtest
Date: Wed, 16 Mar 2022 10:30:37 +0530	[thread overview]
Message-ID: <20220316050037.28295-1-anshuman.gupta@intel.com> (raw)

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

             reply	other threads:[~2022-03-16  5:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16  5:00 Anshuman Gupta [this message]
2022-03-16  5:50 ` [igt-dev] ✓ Fi.CI.BAT: success for test/i915_pm_rpm: Remove igt_describe() from dynamic subtest 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

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=20220316050037.28295-1-anshuman.gupta@intel.com \
    --to=anshuman.gupta@intel.com \
    --cc=badal.nilawar@intel.com \
    --cc=igt-dev@lists.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.