Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] benchmarks/gem_wsim: skip -V verify on non-BATCH steps
@ 2026-07-14 10:43 Marcin Bernatowicz
  2026-07-14 12:17 ` ✓ i915.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marcin Bernatowicz @ 2026-07-14 10:43 UTC (permalink / raw)
  To: igt-dev; +Cc: Marcin Bernatowicz, Adam Miszczak, Kamil Konieczny, Lukasz Laguna

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


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

end of thread, other threads:[~2026-07-14 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 10:43 [PATCH i-g-t] benchmarks/gem_wsim: skip -V verify on non-BATCH steps Marcin Bernatowicz
2026-07-14 12:17 ` ✓ i915.CI.BAT: success for " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox