]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: Convert SVM validation for exhaustive eviction
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 8 Sep 2025 10:12:37 +0000 (12:12 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 10 Sep 2025 07:15:59 +0000 (09:15 +0200)
commit1710cd5c8c1bac8e48eb02cf1123f27a8b90efee
tree10825adbe22863873e7d993989bcbf6a0e9ba52c
parenta2f2453c2c2647f16b86a805e9b45c1fcd9b8fc9
drm/xe: Convert SVM validation for exhaustive eviction

Convert SVM validation to support exhaustive eviction,
using xe_validation_guard().

v2:
- Wrap also xe_vm_range_rebind (Matt Brost)
- Adapt to argument changes of xe_validation_guard().
v5:
- Rebase on SVM stats.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250908101246.65025-5-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_svm.c