From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>,
"Priyanka Dandamudi" <priyanka.dandamudi@intel.com>
Subject: [PATCH i-g-t 1/3] lib/intel_compute: Print handle in list of bindings
Date: Wed, 1 Apr 2026 11:10:19 +0200 [thread overview]
Message-ID: <20260401091017.2772519-6-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20260401091017.2772519-5-zbigniew.kempczynski@intel.com>
Add handle during printing bo bindings in compute library. It is
useful to debug what's wrong when user passes its own env.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
---
lib/intel_compute.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index b3336a7b5b..7dda423c80 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -352,8 +352,8 @@ static void bo_execenv_bind(struct bo_execenv *execenv,
memset(bo_dict[i].data, 0, bo_dict[i].size);
}
- igt_debug("[i: %2d name: %20s] data: %p, addr: %16llx, size: %llx\n",
- i, bo_dict[i].name, bo_dict[i].data,
+ igt_debug("[i: %2d name: %20s] data: %p, handle: %u, addr: %16llx, size: %llx\n",
+ i, bo_dict[i].name, bo_dict[i].data, bo_dict[i].handle,
(long long)bo_dict[i].addr,
(long long)bo_dict[i].size);
}
--
2.43.0
next prev parent reply other threads:[~2026-04-01 9:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 9:10 [PATCH i-g-t 0/3] Exercise large buffer in compute-square Zbigniew Kempczyński
2026-04-01 9:10 ` Zbigniew Kempczyński [this message]
2026-04-02 4:54 ` [PATCH i-g-t 1/3] lib/intel_compute: Print handle in list of bindings Dandamudi, Priyanka
2026-04-01 9:10 ` [PATCH i-g-t 2/3] tests/xe_compute: Don't use FAULT_MODE flag when not needed Zbigniew Kempczyński
2026-04-02 4:55 ` Dandamudi, Priyanka
2026-04-01 9:10 ` [PATCH i-g-t 3/3] tests/xe_compute: Exercise larger buffers passed from the user Zbigniew Kempczyński
2026-04-02 4:55 ` Dandamudi, Priyanka
2026-04-01 16:00 ` ✓ Xe.CI.BAT: success for Exercise large buffer in compute-square Patchwork
2026-04-01 16:19 ` ✗ i915.CI.BAT: failure " Patchwork
2026-04-02 13:43 ` Zbigniew Kempczyński
2026-04-01 20:36 ` ✗ Xe.CI.FULL: " Patchwork
2026-04-02 13:45 ` Zbigniew Kempczyński
2026-04-01 22:30 ` ✓ Xe.CI.BAT: success for Exercise large buffer in compute-square (rev2) Patchwork
2026-04-01 22:46 ` ✗ i915.CI.BAT: failure " Patchwork
2026-04-02 5:51 ` ✗ Xe.CI.FULL: " 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=20260401091017.2772519-6-zbigniew.kempczynski@intel.com \
--to=zbigniew.kempczynski@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=priyanka.dandamudi@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