Re: [PATCH v2 12/29] drm/xe: Add SVM garbage collector

2024-12-16 Thread Matthew Brost
On Mon, Dec 16, 2024 at 11:36:20AM +0100, Thomas Hellström wrote: > On Wed, 2024-12-11 at 11:17 -0800, Matthew Brost wrote: > > On Tue, Nov 19, 2024 at 03:45:33PM +0100, Thomas Hellström wrote: > > > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > > > Add basic SVM garbage collector whi

Re: [PATCH v2 12/29] drm/xe: Add SVM garbage collector

2024-12-16 Thread Thomas Hellström
On Wed, 2024-12-11 at 11:17 -0800, Matthew Brost wrote: > On Tue, Nov 19, 2024 at 03:45:33PM +0100, Thomas Hellström wrote: > > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > > Add basic SVM garbage collector which can destroy an SVM range > > > upon > > > an > > > MMU UNMAP event. > >

Re: [PATCH v2 12/29] drm/xe: Add SVM garbage collector

2024-12-11 Thread Matthew Brost
On Tue, Nov 19, 2024 at 03:45:33PM +0100, Thomas Hellström wrote: > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > Add basic SVM garbage collector which can destroy an SVM range upon > > an > > MMU UNMAP event. > > > > v2: > >  - Flush garbage collector in xe_svm_close > > > > Signed

Re: [PATCH v2 12/29] drm/xe: Add SVM garbage collector

2024-11-19 Thread Thomas Hellström
On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > Add basic SVM garbage collector which can destroy an SVM range upon > an > MMU UNMAP event. > > v2: >  - Flush garbage collector in xe_svm_close > > Signed-off-by: Matthew Brost > --- >  drivers/gpu/drm/xe/xe_svm.c  | 87 > +++

[PATCH v2 12/29] drm/xe: Add SVM garbage collector

2024-10-15 Thread Matthew Brost
Add basic SVM garbage collector which can destroy an SVM range upon an MMU UNMAP event. v2: - Flush garbage collector in xe_svm_close Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_svm.c | 87 +++- drivers/gpu/drm/xe/xe_svm.h | 1 + drivers/gpu/dr