Re: [PATCH v3 5/7] drm/gpusvm: export drm_gpusvm_pages API

2025-04-24 Thread Matthew Brost
On Thu, Apr 24, 2025 at 03:01:21PM -0700, Matthew Brost wrote: > On Thu, Apr 24, 2025 at 01:18:33PM +0100, Matthew Auld wrote: > > Export get/unmap/free pages API. We also need to tweak the SVM init to > > allow skipping much of the unneeded parts. > > > > Signed-off-by: Matthew Auld > > Cc: Thom

Re: [PATCH v3 5/7] drm/gpusvm: export drm_gpusvm_pages API

2025-04-24 Thread Matthew Brost
On Thu, Apr 24, 2025 at 01:18:33PM +0100, Matthew Auld wrote: > Export get/unmap/free pages API. We also need to tweak the SVM init to > allow skipping much of the unneeded parts. > > Signed-off-by: Matthew Auld > Cc: Thomas Hellström > Cc: Matthew Brost > --- > drivers/gpu/drm/drm_gpusvm.c |

[PATCH v3 5/7] drm/gpusvm: export drm_gpusvm_pages API

2025-04-24 Thread Matthew Auld
Export get/unmap/free pages API. We also need to tweak the SVM init to allow skipping much of the unneeded parts. Signed-off-by: Matthew Auld Cc: Thomas Hellström Cc: Matthew Brost --- drivers/gpu/drm/drm_gpusvm.c | 66 include/drm/drm_gpusvm.h | 16 +++