dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/8] Replace xe_hmm with gpusvm
@ 2025-08-28 14:24 Matthew Auld
  2025-08-28 14:24 ` [PATCH v6 1/8] drm/gpusvm: fix hmm_pfn_to_map_order() usage Matthew Auld
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Matthew Auld @ 2025-08-28 14:24 UTC (permalink / raw)
  To: intel-xe; +Cc: dri-devel

As a first step to moving userptr handling over to drm, replace the hmm
usage in xe over to gpusvm, which already offers similar functionality. As
some prep steps we also align on some of the missing pieces that were
already handled in xe_hmm.

v2:
  - Rework the gpusvm API based on feedback.
  - Unify SVM and userptr vm struct so we use the same notifier lock.
  - Drop the mark pages as dirty patch.
  - Various other improvements.
v3:
  - Further unify common handling of userptr and svm in xe.
v4:
  - Allow building xe without userptr, like when building on UML.
v5:
  - Rebase on lastest drm-tip. Lots of conflicts.
v6:
  - Various small fixes around kernel-doc etc.
  - Also convert over the newly added xe_vm_advise userptr usage.
-- 
2.51.0


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

end of thread, other threads:[~2025-08-28 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 14:24 [PATCH v6 0/8] Replace xe_hmm with gpusvm Matthew Auld
2025-08-28 14:24 ` [PATCH v6 1/8] drm/gpusvm: fix hmm_pfn_to_map_order() usage Matthew Auld
2025-08-28 14:24 ` [PATCH v6 2/8] drm/gpusvm: use more selective dma dir in get_pages() Matthew Auld
2025-08-28 14:24 ` [PATCH v6 3/8] drm/gpusvm: pull out drm_gpusvm_pages substructure Matthew Auld
2025-08-28 14:24 ` [PATCH v6 4/8] drm/gpusvm: refactor core API to use pages struct Matthew Auld
2025-08-28 14:24 ` [PATCH v6 5/8] drm/gpusvm: export drm_gpusvm_pages API Matthew Auld
2025-08-28 14:24 ` [PATCH v6 6/8] drm/xe/vm: split userptr bits into separate file Matthew Auld
2025-08-28 14:24 ` [PATCH v6 7/8] drm/xe/userptr: replace xe_hmm with gpusvm Matthew Auld
2025-08-28 14:24 ` [PATCH v6 8/8] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr Matthew Auld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).