All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/tests: Fix tests for GEM SHMEM
@ 2025-12-12 16:00 Thomas Zimmermann
  2025-12-12 16:00 ` [PATCH 1/5] drm/tests: shmem: Swap names of export tests Thomas Zimmermann
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Thomas Zimmermann @ 2025-12-12 16:00 UTC (permalink / raw)
  To: boris.brezillon, dmitry.osipenko, maarten.lankhorst, mripard,
	airlied, simona
  Cc: dri-devel, Thomas Zimmermann

As a result some refactoring of the GEM SHMEM code, most of the
tests for GEM SHMEM currently fail. Fix all of that.

Also fix the names of some of the test functions to match what
they test.

Thomas Zimmermann (5):
  drm/tests: shmem: Swap names of export tests
  drm/tests: shmem: Add clean-up action to unpin pages
  drm/tests: shmem: Hold reservation lock around vmap/vunmap
  drm/tests: shmem: Hold reservation lock around madvise
  drm/tests: shmem: Hold reservation lock around purge

 drivers/gpu/drm/drm_gem_shmem_helper.c     | 63 ++++++++++++++++++++++
 drivers/gpu/drm/tests/drm_gem_shmem_test.c | 30 +++++++----
 include/drm/drm_gem_shmem_helper.h         | 11 ++++
 3 files changed, 94 insertions(+), 10 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2025-12-19 13:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12 16:00 [PATCH 0/5] drm/tests: Fix tests for GEM SHMEM Thomas Zimmermann
2025-12-12 16:00 ` [PATCH 1/5] drm/tests: shmem: Swap names of export tests Thomas Zimmermann
2025-12-19 13:03   ` Boris Brezillon
2025-12-12 16:00 ` [PATCH 2/5] drm/tests: shmem: Add clean-up action to unpin pages Thomas Zimmermann
2025-12-19 13:04   ` Boris Brezillon
2025-12-12 16:00 ` [PATCH 3/5] drm/tests: shmem: Hold reservation lock around vmap/vunmap Thomas Zimmermann
2025-12-19 13:05   ` Boris Brezillon
2025-12-12 16:00 ` [PATCH 4/5] drm/tests: shmem: Hold reservation lock around madvise Thomas Zimmermann
2025-12-19 13:06   ` Boris Brezillon
2025-12-12 16:00 ` [PATCH 5/5] drm/tests: shmem: Hold reservation lock around purge Thomas Zimmermann
2025-12-19 13:06   ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.