All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/xe_compute_preempt: remove WMTP check in multiprocess tests
@ 2025-08-11  5:46 Zbigniew Kempczyński
  2025-08-11  6:26 ` ✓ i915.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Zbigniew Kempczyński @ 2025-08-11  5:46 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Daniel Charles

Before forking we test WMTP preemption in test_compute_preempt()
which is synchronous. Remove this check as it is redundant, there's
dedicated 'compute-preempt' subtest which does it.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Daniel Charles <daniel.charles@intel.com>
---
 tests/intel/xe_compute_preempt.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 7a468e7426..c9b194869c 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -102,7 +102,6 @@ igt_main
 				igt_debug("RAM: %" PRIu64 ", child count: %d\n",
 					  ram_mb, child_count);
 
-				test_compute_preempt(xe, hwe, false, EXECENV_PREF_SYSTEM);
 				igt_fork(child, child_count)
 					test_compute_preempt(xe, hwe, false, EXECENV_PREF_SYSTEM);
 				igt_waitchildren();
@@ -129,7 +128,6 @@ igt_main
 				igt_debug("RAM: %" PRIu64 ", child count: %d\n",
 					  ram_mb, child_count);
 
-				test_compute_preempt(xe, hwe, false, EXECENV_PREF_SYSTEM);
 				igt_fork(child, child_count)
 					test_compute_preempt(xe, hwe, false, EXECENV_PREF_SYSTEM);
 				igt_waitchildren();
@@ -156,7 +154,6 @@ igt_main
 				igt_debug("VRAM: %" PRIu64 ", child count: %d\n",
 					  vram_mb, child_count);
 
-				test_compute_preempt(xe, hwe, false, EXECENV_PREF_VRAM);
 				igt_fork(child, child_count)
 					test_compute_preempt(xe, hwe, false, EXECENV_PREF_VRAM);
 				igt_waitchildren();
@@ -183,7 +180,6 @@ igt_main
 				igt_debug("VRAM: %" PRIu64 ", child count: %d\n",
 					  vram_mb, child_count);
 
-				test_compute_preempt(xe, hwe, false, EXECENV_PREF_VRAM);
 				igt_fork(child, child_count)
 					test_compute_preempt(xe, hwe, false, EXECENV_PREF_VRAM);
 				igt_waitchildren();
-- 
2.43.0


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

end of thread, other threads:[~2025-08-11 21:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11  5:46 [PATCH i-g-t] tests/xe_compute_preempt: remove WMTP check in multiprocess tests Zbigniew Kempczyński
2025-08-11  6:26 ` ✓ i915.CI.BAT: success for " Patchwork
2025-08-11  6:43 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-11  7:48 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-11 10:42   ` Zbigniew Kempczyński
2025-08-11  8:04 ` ✗ i915.CI.Full: " Patchwork
2025-08-11 10:43   ` Zbigniew Kempczyński
2025-08-11 10:31 ` [PATCH i-g-t] " Kamil Konieczny
2025-08-11 10:45   ` Zbigniew Kempczyński
2025-08-11 21:22     ` Daniel Charles

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.