Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Test panthor sparse mappings
@ 2026-05-08 17:25 Adrián Larumbe
  2026-05-08 17:25 ` [PATCH v2 1/3] drm-uapi/panthor: sync with kernel 5731bca6a656 Adrián Larumbe
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Adrián Larumbe @ 2026-05-08 17:25 UTC (permalink / raw)
  To: igt-dev, Petri Latvala, Arkadiusz Hiler, Kamil Konieczny,
	Juha-Pekka Heikkila, Bhanuprakash Modem
  Cc: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe,
	Daniel Almeida, kernel

This patch series adds IGT tests to validate Panthor's sparse 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 sparse VA's are covered.

Link to the previous revision can be found at [1].
Kernel patches necessary to test the functionality herein can be found at [2]

Changelog:

v2:
 - Reformated DRM uAPI update commit so that it meets the usual IGT convention.
 - Renamed panthor_vm_repeat.c to panthor_vm_sparse.c to reflect changes in interface naming.
 - Deleted test that submits job to the GPU targeting bound addresses because sparse mappings
 no longer require a user-created BO.
 - Changed interfaces and sparse mapping sequence in the tests to reflect the changes above.

[1] https://lore.kernel.org/igt-dev/20260313175908.1752151-1-adrian.larumbe@collabora.com
[2] https://lore.kernel.org/dri-devel/20260507214939.2852489-1-adrian.larumbe@collabora.com

Adrián Larumbe (3):
  drm-uapi/panthor: sync with kernel 5731bca6a656
  panthor: Add IGT library helper for Panthor sparse mappings
  tests/panthor: Add Panthor sparse VM_BIND tests

 include/drm-uapi/panthor_drm.h    | 246 ++++++++++++++++++++++-
 lib/igt_panthor.h                 |   9 +
 tests/panthor/meson.build         |   1 +
 tests/panthor/panthor_vm_sparse.c | 316 ++++++++++++++++++++++++++++++
 4 files changed, 566 insertions(+), 6 deletions(-)
 create mode 100644 tests/panthor/panthor_vm_sparse.c


base-commit: 529869b7d0fba64ed67819111079ff269bc8159a
--
2.53.0

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

end of thread, other threads:[~2026-05-13 14:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 17:25 [PATCH v2 0/3] Test panthor sparse mappings Adrián Larumbe
2026-05-08 17:25 ` [PATCH v2 1/3] drm-uapi/panthor: sync with kernel 5731bca6a656 Adrián Larumbe
2026-05-13 14:04   ` Kamil Konieczny
2026-05-08 17:25 ` [PATCH v2 2/3] panthor: Add IGT library helper for Panthor sparse mappings Adrián Larumbe
2026-05-13 14:00   ` Kamil Konieczny
2026-05-08 17:25 ` [PATCH v2 3/3] tests/panthor: Add Panthor sparse VM_BIND tests Adrián Larumbe
2026-05-13 13:54   ` Kamil Konieczny
2026-05-13 14:48   ` Kamil Konieczny
2026-05-09  0:55 ` ✓ i915.CI.BAT: success for Test panthor sparse mappings Patchwork
2026-05-09  1:14 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-09 14:25 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-10  2:32 ` ✓ i915.CI.Full: success " Patchwork

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