From: Nirmoy Das <nirmoy.das@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Nirmoy Das <nirmoy.das@intel.com>,
Kamil Konieczny <kamil.konieczny@linux.intel.com>
Subject: [PATCH i-g-t] tests/intel/xe_exec_compute_mode: Print engine name on error
Date: Mon, 7 Oct 2024 14:32:08 +0200 [thread overview]
Message-ID: <20241007123208.3441829-1-nirmoy.das@intel.com> (raw)
Print engine name on error for debugging.
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
tests/intel/xe_exec_compute_mode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index 7d434f798..82e607848 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -122,6 +122,7 @@ test_exec(int fd, struct drm_xe_engine_class_instance *eci,
int64_t fence_timeout;
void *dummy;
+ igt_debug("%s running on: %s\n", __func__, xe_engine_class_string(eci->engine_class));
igt_assert_lte(n_exec_queues, MAX_N_EXECQUEUES);
vm = xe_vm_create(fd, DRM_XE_VM_CREATE_FLAG_LR_MODE, 0);
--
2.46.0
next reply other threads:[~2024-10-07 13:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 12:32 Nirmoy Das [this message]
2024-10-07 18:33 ` [PATCH i-g-t] tests/intel/xe_exec_compute_mode: Print engine name on error Cavitt, Jonathan
2024-10-07 19:59 ` ✓ CI.xeBAT: success for " Patchwork
2024-10-07 19:59 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-10-08 8:20 ` ✗ CI.xeFULL: " 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=20241007123208.3441829-1-nirmoy.das@intel.com \
--to=nirmoy.das@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.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