Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/xe_exec_fault_mode: Print engine name on error
@ 2024-08-22 16:26 Nirmoy Das
  2024-08-22 17:35 ` Randhawa, Jagmeet
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nirmoy Das @ 2024-08-22 16:26 UTC (permalink / raw)
  To: igt-dev; +Cc: kamil.konieczny, Nirmoy Das

Print engine name the test is running on to help with debugging.

Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1461
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
 tests/intel/xe_exec_fault_mode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
index 87375ed17..1f1f1e50b 100644
--- a/tests/intel/xe_exec_fault_mode.c
+++ b/tests/intel/xe_exec_fault_mode.c
@@ -140,6 +140,7 @@ test_exec(int fd, struct drm_xe_engine_class_instance *eci,
 	int i, j, b;
 	int map_fd = -1;
 
+	igt_debug("%s running on: %s\n", __func__, xe_engine_class_string(eci->engine_class));
 	igt_assert_lte(n_exec_queues, MAX_N_EXEC_QUEUES);
 
 	if (flags & ENABLE_SCRATCH)
-- 
2.42.0


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

end of thread, other threads:[~2024-08-23 21:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 16:26 [PATCH i-g-t] tests/intel/xe_exec_fault_mode: Print engine name on error Nirmoy Das
2024-08-22 17:35 ` Randhawa, Jagmeet
2024-08-22 20:13 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-08-22 20:17 ` ✓ CI.xeBAT: " Patchwork
2024-08-23  4:25 ` ✗ CI.xeFULL: failure " Patchwork
2024-08-23 21:44 ` ✗ Fi.CI.IGT: " Patchwork

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