Re: [PATCH v3 27/30] drm/xe: Basic SVM BO eviction

2024-12-18 Thread Matthew Brost
On Tue, Dec 17, 2024 at 03:33:45PM -0800, Matthew Brost wrote: > Wire xe_bo_move to GPU SVM migration via new helper xe_svm_bo_evict. > Somehow lost the xe_bo.c changes in this rev which call xe_svm_bo_evict. Ignore this patch. Matt > v2: > - Use xe_svm_bo_evict > - Drop bo->range > v3: > -

[PATCH v3 27/30] drm/xe: Basic SVM BO eviction

2024-12-17 Thread Matthew Brost
Wire xe_bo_move to GPU SVM migration via new helper xe_svm_bo_evict. v2: - Use xe_svm_bo_evict - Drop bo->range v3: - Kernel doc (Thomas) Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_svm.c | 14 ++ drivers/gpu/drm/xe/xe_svm.h | 2 ++ 2 files changed, 16 insertions(+)