public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Test panthor repeated mappings
@ 2026-03-13 17:58 Adrián Larumbe
  2026-03-13 17:58 ` [PATCH v1 1/4] drm-uapi/panthor: Sync panthor uapi Adrián Larumbe
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Adrián Larumbe @ 2026-03-13 17:58 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, Janne Grunau, Danilo Krummrich, kernel

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

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

end of thread, other threads:[~2026-03-16 12:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 17:58 [PATCH v1 0/4] Test panthor repeated mappings Adrián Larumbe
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

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