From: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>,
Adam Miszczak <adam.miszczak@linux.intel.com>,
Kamil Konieczny <kamil.konieczny@linux.intel.com>,
Lukasz Laguna <lukasz.laguna@intel.com>
Subject: [PATCH i-g-t] benchmarks/gem_wsim: skip -V verify on non-BATCH steps
Date: Tue, 14 Jul 2026 12:43:49 +0200 [thread overview]
Message-ID: <20260714104349.1214243-1-marcin.bernatowicz@linux.intel.com> (raw)
Only BATCH steps have completion sync state.
Avoid syncobj_wait on control steps.
Fixes: 0b67d14c9df4 ("benchmarks/gem_wsim: Verify Xe spinner batch completion")
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
---
benchmarks/gem_wsim.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index bebb59f28..8be44d0c8 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -2669,7 +2669,7 @@ static void do_xe_exec(struct workload *wrk, struct w_step *w)
static void xe_w_step_sync_and_verify(struct w_step *w)
{
- if (!is_xe && w->type != BATCH)
+ if (!is_xe || w->type != BATCH)
return;
w_step_sync(w);
--
2.43.0
next reply other threads:[~2026-07-14 10:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 10:43 Marcin Bernatowicz [this message]
2026-07-14 12:17 ` ✓ i915.CI.BAT: success for benchmarks/gem_wsim: skip -V verify on non-BATCH steps Patchwork
2026-07-14 12:17 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-14 16:32 ` [PATCH i-g-t] " Kamil Konieczny
2026-07-14 17:02 ` ✓ Xe.CI.FULL: 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=20260714104349.1214243-1-marcin.bernatowicz@linux.intel.com \
--to=marcin.bernatowicz@linux.intel.com \
--cc=adam.miszczak@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.intel.com \
--cc=lukasz.laguna@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox