]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Use drm_gpusvm_scan_mm()
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 19 Dec 2025 11:33:17 +0000 (12:33 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 23 Dec 2025 09:00:48 +0000 (10:00 +0100)
commit0471ed20df6b92133a183d526d8f28592dbf0831
treeb2f9fb20d714e47674d25cc20ee555a459d10ae4
parentf1d08a5864822684773105c60528e2abb577ca6c
drm/xe: Use drm_gpusvm_scan_mm()

Use drm_gpusvm_scan_mm() to avoid unnecessarily calling into
drm_pagemap_populate_mm();

v3:
- New patch.

Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patch.msgid.link/20251219113320.183860-22-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_svm.c