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

2025-04-24 Thread Matthew Brost
On Thu, Apr 24, 2025 at 01:18:35PM +0100, 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. > > v2: (Matt B) > - Re-use xe_svm_notifier_lock/unlock for userptr. > - Combine svm/userptr hand

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

2025-04-24 Thread Matthew Auld
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. v2: (Matt B) - Re-use xe_svm_notifier_lock/unlock for userptr. - Combine svm/userptr handling further down into op_check_svm_userptr. Suggested-by: Matthew Brost

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

2025-04-24 Thread kernel test robot
-lkp/linux/commits/Matthew-Auld/drm-gpusvm-fix-hmm_pfn_to_map_order-usage/20250424-202128 base: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20250424121827.862729-16-matthew.auld%40intel.com patch subject: [PATCH v3 7/7] drm/xe