Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-23 Thread Matthew Brost
On Mon, Apr 07, 2025 at 08:29:11AM +0100, Matthew Auld wrote: > On 04/04/2025 18:02, Matthew Brost wrote: > > On Fri, Apr 04, 2025 at 09:19:34AM +0100, Matthew Auld wrote: > > > On 03/04/2025 22:25, Matthew Brost wrote: > > > > On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: > > > > >

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-07 Thread Matthew Auld
On 04/04/2025 18:02, Matthew Brost wrote: On Fri, Apr 04, 2025 at 09:19:34AM +0100, Matthew Auld wrote: On 03/04/2025 22:25, Matthew Brost wrote: On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: We now use the same notifier lock for SVM and userptr, with that we can combine xe_pt_

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-04 Thread Matthew Brost
On Fri, Apr 04, 2025 at 09:19:34AM +0100, Matthew Auld wrote: > On 03/04/2025 22:25, Matthew Brost wrote: > > On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: > > > We now use the same notifier lock for SVM and userptr, with that we can > > > combine xe_pt_userptr_pre_commit and xe_pt_

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-04 Thread Matthew Auld
On 03/04/2025 22:25, Matthew Brost wrote: On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: We now use the same notifier lock for SVM and userptr, with that we can combine xe_pt_userptr_pre_commit and xe_pt_svm_pre_commit. Suggested-by: Matthew Brost Signed-off-by: Matthew Auld Cc

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-04 Thread Matthew Auld
On 03/04/2025 22:23, Matthew Brost wrote: On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: We now use the same notifier lock for SVM and userptr, with that we can combine xe_pt_userptr_pre_commit and xe_pt_svm_pre_commit. Suggested-by: Matthew Brost Signed-off-by: Matthew Auld Cc

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-03 Thread Matthew Brost
On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: > We now use the same notifier lock for SVM and userptr, with that we can > combine xe_pt_userptr_pre_commit and xe_pt_svm_pre_commit. > > Suggested-by: Matthew Brost > Signed-off-by: Matthew Auld > Cc: Himal Prasad Ghimiray > Cc: Th

Re: [PATCH v2 7/7] drm/xe/pt: unify xe_pt_svm_pre_commit with userptr

2025-04-03 Thread Matthew Brost
On Fri, Mar 28, 2025 at 06:10:36PM +, Matthew Auld wrote: > We now use the same notifier lock for SVM and userptr, with that we can > combine xe_pt_userptr_pre_commit and xe_pt_svm_pre_commit. > > Suggested-by: Matthew Brost > Signed-off-by: Matthew Auld > Cc: Himal Prasad Ghimiray > Cc: Th