Re: [PATCH v2 11/29] drm/xe: Add (re)bind to SVM page fault handler

2024-12-16 Thread Thomas Hellström
On Wed, 2024-12-11 at 11:07 -0800, Matthew Brost wrote: > On Tue, Nov 19, 2024 at 03:26:32PM +0100, Thomas Hellström wrote: > > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > > Add (re)bind to SVM page fault handler. To facilitate add support > > > function to VM layer which (re)binds

Re: [PATCH v2 11/29] drm/xe: Add (re)bind to SVM page fault handler

2024-12-11 Thread Matthew Brost
On Tue, Nov 19, 2024 at 03:26:32PM +0100, Thomas Hellström wrote: > On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > > Add (re)bind to SVM page fault handler. To facilitate add support > > function to VM layer which (re)binds a SVM range. Also teach PT layer > > to > > understand (re)binds

Re: [PATCH v2 11/29] drm/xe: Add (re)bind to SVM page fault handler

2024-11-19 Thread Thomas Hellström
On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > Add (re)bind to SVM page fault handler. To facilitate add support > function to VM layer which (re)binds a SVM range. Also teach PT layer > to > understand (re)binds of SVM ranges. > > v2: >  - Don't assert BO lock held for range binds >  -

[PATCH v2 11/29] drm/xe: Add (re)bind to SVM page fault handler

2024-10-15 Thread Matthew Brost
Add (re)bind to SVM page fault handler. To facilitate add support function to VM layer which (re)binds a SVM range. Also teach PT layer to understand (re)binds of SVM ranges. v2: - Don't assert BO lock held for range binds - Use xe_svm_notifier_lock/unlock helper in xe_svm_close - Use drm_pagem