Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/gem_ctx_persistence: Skip hang subtest with GuC
@ 2023-06-06 22:14 Vinay Belgaumkar
  2023-06-06 23:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vinay Belgaumkar @ 2023-06-06 22:14 UTC (permalink / raw)
  To: intel-gfx, igt-dev

Hang subtest is not supported with GuC submission enabled.

Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
---
 tests/i915/gem_ctx_persistence.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/i915/gem_ctx_persistence.c b/tests/i915/gem_ctx_persistence.c
index df9b1c491..d2558354e 100644
--- a/tests/i915/gem_ctx_persistence.c
+++ b/tests/i915/gem_ctx_persistence.c
@@ -577,6 +577,8 @@ static void test_nohangcheck_hang(int i915, const intel_ctx_cfg_t *cfg)
 	int testable_engines = 0;
 	int dir;
 
+	igt_require(!gem_using_guc_submission(i915));
+
 	cleanup(i915);
 
 	/*
-- 
2.38.1

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

end of thread, other threads:[~2023-06-07 17:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 22:14 [igt-dev] [PATCH i-g-t] tests/gem_ctx_persistence: Skip hang subtest with GuC Vinay Belgaumkar
2023-06-06 23:20 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-07 13:47 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Andrzej Hajda
2023-06-07 15:00 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2023-06-07 17:29 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] " Kamil Konieczny

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