Re: [PATCH v2 19/29] drm/xe: Add GPUSVM devic memory copy vfunc functions

2024-12-11 Thread Matthew Brost
On Mon, Dec 02, 2024 at 11:13:55AM +0100, Thomas Hellström wrote: > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > Add GPUSVM devic memory copy vfunc functions and connect to migration > > s/devic/device Yes. > > > > > layer. > > > > v2: > >  - Allow NULL device pages in xe_svm_

Re: [PATCH v2 19/29] drm/xe: Add GPUSVM devic memory copy vfunc functions

2024-12-02 Thread Thomas Hellström
On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > Add GPUSVM devic memory copy vfunc functions and connect to migration s/devic/device > > layer. > > v2: >  - Allow NULL device pages in xe_svm_copy >  - Use new drm_gpusvm_devmem_ops > > Signed-off-by: Matthew Brost > --- >  drivers/g

[PATCH v2 19/29] drm/xe: Add GPUSVM devic memory copy vfunc functions

2024-10-15 Thread Matthew Brost
Add GPUSVM devic memory copy vfunc functions and connect to migration layer. v2: - Allow NULL device pages in xe_svm_copy - Use new drm_gpusvm_devmem_ops Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_svm.c | 150 1 file changed, 150 insertions(+)