From: "Adrián Larumbe" <adrian.larumbe@collabora.com>
To: igt-dev@lists.freedesktop.org,
Petri Latvala <adrinael@adrinael.net>,
Arkadiusz Hiler <arek@hiler.eu>,
Kamil Konieczny <kamil.konieczny@linux.intel.com>,
Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>,
Bhanuprakash Modem <bhanuprakash.modem@gmail.com>
Cc: "Boris Brezillon" <boris.brezillon@collabora.com>,
"Steven Price" <steven.price@arm.com>,
"Liviu Dudau" <liviu.dudau@arm.com>,
"Adrián Larumbe" <adrian.larumbe@collabora.com>,
"Daniel Almeida" <daniel.almeida@collabora.com>,
"Janne Grunau" <j@jannau.net>,
"Danilo Krummrich" <dakr@kernel.org>,
kernel@collabora.com
Subject: [PATCH v1 0/4] Test panthor repeated mappings
Date: Fri, 13 Mar 2026 17:58:27 +0000 [thread overview]
Message-ID: <20260313175908.1752151-1-adrian.larumbe@collabora.com> (raw)
This patch series adds IGT tests to validate Panthor's repeated mappings
functionality. They are meant to support sparse bindings in Vulkan, but we
found it necessary to test it separately to make sure all corner remap and
unmap cases intersecting with repeated VA's are covered.
Kernel changes necessary for the tests to work can be found at [1]
[1] https://lore.kernel.org/dri-devel/20260313150956.1618635-1-adrian.larumbe@collabora.com/T/#t
Adrián Larumbe (4):
drm-uapi/panthor: Sync panthor uapi
panthor: Move issue_store_multiple into library file
test/panthor: Add support for repeated mappings
tests/panthor: Add VM_BIND repeat tests
include/drm-uapi/panthor_drm.h | 190 +++++++++-
lib/igt_panthor.c | 42 ++-
lib/igt_panthor.h | 13 +-
tests/panthor/meson.build | 1 +
tests/panthor/panthor_group.c | 34 +-
tests/panthor/panthor_vm.c | 3 +-
tests/panthor/panthor_vm_repeat.c | 555 ++++++++++++++++++++++++++++++
7 files changed, 800 insertions(+), 38 deletions(-)
create mode 100644 tests/panthor/panthor_vm_repeat.c
base-commit: d3c67e0f1fa76ac3d71095825bbc9df0d307e4fc
--
2.53.0
next reply other threads:[~2026-03-13 17:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-13 17:58 Adrián Larumbe [this message]
2026-03-13 17:58 ` [PATCH v1 1/4] drm-uapi/panthor: Sync panthor uapi Adrián Larumbe
2026-03-16 12:21 ` Kamil Konieczny
2026-03-13 17:58 ` [PATCH v1 2/4] panthor: Move issue_store_multiple into library file Adrián Larumbe
2026-03-13 17:58 ` [PATCH v1 3/4] test/panthor: Add support for repeated mappings Adrián Larumbe
2026-03-13 17:58 ` [PATCH v1 4/4] tests/panthor: Add VM_BIND repeat tests Adrián Larumbe
2026-03-13 18:28 ` ✓ Xe.CI.BAT: success for Test panthor repeated mappings Patchwork
2026-03-13 19:05 ` ✗ i915.CI.BAT: failure " Patchwork
2026-03-14 22:35 ` ✗ 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=20260313175908.1752151-1-adrian.larumbe@collabora.com \
--to=adrian.larumbe@collabora.com \
--cc=adrinael@adrinael.net \
--cc=arek@hiler.eu \
--cc=bhanuprakash.modem@gmail.com \
--cc=boris.brezillon@collabora.com \
--cc=dakr@kernel.org \
--cc=daniel.almeida@collabora.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=j@jannau.net \
--cc=juhapekka.heikkila@gmail.com \
--cc=kamil.konieczny@linux.intel.com \
--cc=kernel@collabora.com \
--cc=liviu.dudau@arm.com \
--cc=steven.price@arm.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