Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use DRM_GPUVM helpers for the vm evict and exobj listss
@ 2023-12-09 14:49 Thomas Hellström
  2023-12-09 14:49 ` [PATCH 1/2] drm/xe: Use DRM GPUVM helpers for external- and evicted objects Thomas Hellström
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Thomas Hellström @ 2023-12-09 14:49 UTC (permalink / raw)
  To: intel-xe

The first patch replaces our driver-specific code with calls to DRM_GPUVM,
and selects to use the DRM_GPUVM fine-grained locking.

The second patch sets a flag that makes DRM_GPUVM assume dma_resv locking
instead, that we've previously using in the Xe driver.

Thomas Hellström (2):
  drm/xe: Use DRM GPUVM helpers for external- and evicted objects
  drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm

 drivers/gpu/drm/xe/xe_bo.c       |  63 +++----
 drivers/gpu/drm/xe/xe_exec.c     |  72 ++------
 drivers/gpu/drm/xe/xe_vm.c       | 296 ++++++++-----------------------
 drivers/gpu/drm/xe/xe_vm.h       |  13 +-
 drivers/gpu/drm/xe/xe_vm_types.h |  67 ++-----
 5 files changed, 122 insertions(+), 389 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-12-12  8:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 14:49 [PATCH 0/2] Use DRM_GPUVM helpers for the vm evict and exobj listss Thomas Hellström
2023-12-09 14:49 ` [PATCH 1/2] drm/xe: Use DRM GPUVM helpers for external- and evicted objects Thomas Hellström
2023-12-11 21:24   ` Rodrigo Vivi
2023-12-11 23:08   ` Matthew Brost
2023-12-12  8:29     ` Thomas Hellström
2023-12-09 14:49 ` [PATCH 2/2] drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvm Thomas Hellström
2023-12-11 21:24   ` Rodrigo Vivi
2023-12-09 14:51 ` ✓ CI.Patch_applied: success for Use DRM_GPUVM helpers for the vm evict and exobj listss Patchwork
2023-12-09 14:52 ` ✓ CI.checkpatch: " Patchwork
2023-12-09 14:53 ` ✓ CI.KUnit: " Patchwork
2023-12-09 15:00 ` ✓ CI.Build: " Patchwork
2023-12-09 15:00 ` ✓ CI.Hooks: " Patchwork
2023-12-09 15:02 ` ✓ CI.checksparse: " Patchwork
2023-12-09 15:39 ` ✗ CI.BAT: failure " Patchwork

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