Minimal set of patches to enable compute UMD SVM atomics. Collaboration with Himal.
Matt Himal Prasad Ghimiray (1): drm/gpusvm: Introduce vram_only flag for VRAM allocation Matthew Brost (4): drm/xe: Strict migration policy for atomic SVM faults drm/gpusvm: Add timeslicing support to GPU SVM drm/xe: Timeslice GPU on atomic SVM fault drm/xe: Add atomic_svm_timeslice_ms debugfs entry drivers/gpu/drm/drm_gpusvm.c | 14 +++++++ drivers/gpu/drm/xe/xe_debugfs.c | 38 ++++++++++++++++++ drivers/gpu/drm/xe/xe_device.c | 1 + drivers/gpu/drm/xe/xe_device_types.h | 3 ++ drivers/gpu/drm/xe/xe_module.c | 3 -- drivers/gpu/drm/xe/xe_module.h | 1 - drivers/gpu/drm/xe/xe_svm.c | 59 ++++++++++++++++++++++------ drivers/gpu/drm/xe/xe_svm.h | 5 --- include/drm/drm_gpusvm.h | 7 ++++ 9 files changed, 109 insertions(+), 22 deletions(-) -- 2.34.1