[PATCH 4/7] drm/gpusvm: pull out drm_gpusvm_pages substructure

2025-04-05 Thread Matthew Auld
Pull the pages stuff from the svm range into its own substructure, with the idea of having the main pages related routines, like get_pages(), unmap_pages() and free_pages() all operating on some lower level structures, which can then be re-used for stuff like userptr which wants to use basic stuff

Re: [PATCH 4/7] drm/gpusvm: pull out drm_gpusvm_pages substructure

2025-04-04 Thread Matthew Auld
On 20/03/2025 20:43, Matthew Brost wrote: On Thu, Mar 20, 2025 at 05:30:01PM +, Matthew Auld wrote: Pull the pages stuff from the svm range into its own substructure, with the idea of having the main pages related routines, like get_pages(), unmap_pages() and free_pages() all operating on so

Re: [PATCH 4/7] drm/gpusvm: pull out drm_gpusvm_pages substructure

2025-03-20 Thread Matthew Brost
On Thu, Mar 20, 2025 at 05:30:01PM +, Matthew Auld wrote: > Pull the pages stuff from the svm range into its own substructure, with > the idea of having the main pages related routines, like get_pages(), > unmap_pages() and free_pages() all operating on some lower level > structures, which can