]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/svm: Fix a debug printout
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 19 Dec 2025 11:32:57 +0000 (12:32 +0100)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Tue, 23 Dec 2025 08:09:17 +0000 (09:09 +0100)
commit72aee5f70ba47b939345a0d3414b51b0639c5b88
treeb47b18e9f13298d0056ae44f513b10e5cb784f8c
parentf474911fe16b3baad218d5b8cd499cd8dc3eb3fb
drm/xe/svm: Fix a debug printout

Avoid spamming the log with drm_info(). Use drm_dbg() instead.

Fixes: cc795e041034 ("drm/xe/svm: Make xe_svm_range_needs_migrate_to_vram() public")
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Cc: <stable@vger.kernel.org> # v6.17+
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patch.msgid.link/20251219113320.183860-2-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_svm.c