Re: [PATCH v5 15/32] drm/xe: Add SVM garbage collector

2025-02-13 Thread Ghimiray, Himal Prasad
On 13-02-2025 07:40, Matthew Brost wrote: Add basic SVM garbage collector which destroy a SVM range upon a MMU UNMAP event. The garbage collector runs on worker or in GPU fault handler and is required as locks in the path of reclaim are required and cannot be taken the notifier. v2: - Flush

[PATCH v5 15/32] drm/xe: Add SVM garbage collector

2025-02-12 Thread Matthew Brost
Add basic SVM garbage collector which destroy a SVM range upon a MMU UNMAP event. The garbage collector runs on worker or in GPU fault handler and is required as locks in the path of reclaim are required and cannot be taken the notifier. v2: - Flush garbage collector in xe_svm_close v3: - Better