From: nishit.sharma@intel.com
To: igt-dev@lists.freedesktop.org, thomas.hellstrom@intel.com,
kamil.konieczny@intel.com
Subject: [PATCH i-g-t v3 0/2] Unify Batch Buffer Alignment and Introduce Aligned Buffer Mapping
Date: Thu, 12 Mar 2026 08:37:29 +0000 [thread overview]
Message-ID: <20260312083731.644793-1-nishit.sharma@intel.com> (raw)
From: Nishit Sharma <nishit.sharma@intel.com>
This patch series refactors the SVM userptr copy test and batch buffer
setup in test suite to use a new aligned buffer mapping API.
The first patch introduces an interface for mapping buffer objects with
platform-required alignment, improving cross-platform compatibility and
simplifying batch buffer setup.
The second patch updates the SVM userptr copy test to leverage this API,
unifying batch buffer alignment logic and eliminating platform-specific
address assignment and conditional code paths.
ver2:
- Incorporated review comments (Kamil, Thomas Hellstrom)
ver3:
- Corrected Return format as per kerneldoc
Nishit Sharma (2):
lib/xe: Introduce aligned buffer mapping
tests/intel/xe_svm_usrptr_madvise: Unify batch buffer alignment
lib/xe/xe_ioctl.c | 42 +++++++++++++++++++++++++++++
lib/xe/xe_ioctl.h | 1 +
tests/intel/xe_svm_usrptr_madvise.c | 11 ++++----
3 files changed, 49 insertions(+), 5 deletions(-)
--
2.34.1
next reply other threads:[~2026-03-12 8:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-12 8:37 nishit.sharma [this message]
2026-03-12 8:37 ` [PATCH i-g-t v3 1/2] lib/xe: Introduce aligned buffer mapping nishit.sharma
2026-03-12 13:06 ` Kamil Konieczny
2026-03-12 8:37 ` [PATCH i-g-t v3 2/2] tests/intel/xe_svm_usrptr_madvise: Unify batch buffer alignment nishit.sharma
2026-03-12 13:35 ` ✓ Xe.CI.BAT: success for Unify Batch Buffer Alignment and Introduce Aligned Buffer Mapping (rev3) Patchwork
2026-03-12 13:44 ` ✓ i915.CI.BAT: " Patchwork
2026-03-13 11:13 ` ✗ i915.CI.Full: failure " Patchwork
2026-03-13 11:39 ` ✓ Xe.CI.FULL: success " 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=20260312083731.644793-1-nishit.sharma@intel.com \
--to=nishit.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@intel.com \
--cc=thomas.hellstrom@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