Re: [PATCH v4 4/5] drm/xe: Timeslice GPU on atomic SVM fault

2025-04-22 Thread Ghimiray, Himal Prasad
On 22-04-2025 22:34, Matthew Brost wrote: Ensure GPU can make forward progress on an atomic SVM GPU fault by giving the GPU a timeslice of 5ms v2: - Reduce timeslice to 5ms - Double timeslice on retry - Split out GPU SVM changes into independent patch Signed-off-by: Matthew Brost ---

[PATCH v4 4/5] drm/xe: Timeslice GPU on atomic SVM fault

2025-04-22 Thread Matthew Brost
Ensure GPU can make forward progress on an atomic SVM GPU fault by giving the GPU a timeslice of 5ms v2: - Reduce timeslice to 5ms - Double timeslice on retry - Split out GPU SVM changes into independent patch Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_svm.c | 3 +++ 1 file chang