Skip to content

Commit 548f139

Browse files
Thomas Hellströmgregkh
authored andcommitted
drm/xe/svm: Fix a debug printout
commit d2d7f56 upstream. Avoid spamming the log with drm_info(). Use drm_dbg() instead. Fixes: cc795e0 ("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 (cherry picked from commit 72aee5f) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 63f23aa commit 548f139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/xe/xe_svm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ bool xe_svm_range_needs_migrate_to_vram(struct xe_svm_range *range, struct xe_vm
942942
xe_assert(vm->xe, IS_DGFX(vm->xe));
943943

944944
if (xe_svm_range_in_vram(range)) {
945-
drm_info(&vm->xe->drm, "Range is already in VRAM\n");
945+
drm_dbg(&vm->xe->drm, "Range is already in VRAM\n");
946946
return false;
947947
}
948948

0 commit comments

Comments
 (0)