[PATCH 6/7] drm/gpusvm: support basic_range

2025-04-05 Thread Matthew Auld
Idea is to use this for userptr, where we mostly just need get/unmap/free pages, plus some kind of common notifier lock at the svm level (provided by gpusvm). The range itself also maps to a single notifier, covering the entire range (provided by the user). TODO: needs proper kernel-doc, assuming

Re: [PATCH 6/7] drm/gpusvm: support basic_range

2025-03-20 Thread Matthew Brost
On Thu, Mar 20, 2025 at 05:30:03PM +, Matthew Auld wrote: > Idea is to use this for userptr, where we mostly just need > get/unmap/free pages, plus some kind of common notifier lock at the svm > level (provided by gpusvm). The range itself also maps to a single > notifier, covering the entire r