On 11-11-2025 22:13, Thomas Hellström wrote:
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 <[email protected]>
Cc: Himal Prasad Ghimiray <[email protected]>
Cc: <[email protected]> # v6.17+
Signed-off-by: Thomas Hellström <[email protected]>
---
  drivers/gpu/drm/xe/xe_svm.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_svm.c b/drivers/gpu/drm/xe/xe_svm.c
index 55c5a0eb82e1..894e8f092e3f 100644
--- a/drivers/gpu/drm/xe/xe_svm.c
+++ b/drivers/gpu/drm/xe/xe_svm.c
@@ -941,7 +941,7 @@ bool xe_svm_range_needs_migrate_to_vram(struct xe_svm_range 
*range, struct xe_vm
        xe_assert(vm->xe, IS_DGFX(vm->xe));
if (xe_svm_range_in_vram(range)) {
-               drm_info(&vm->xe->drm, "Range is already in VRAM\n");
+               drm_dbg(&vm->xe->drm, "Range is already in VRAM\n");

Reviewed-by: Himal Prasad Ghimiray <[email protected]>

                return false;
        }

Reply via email to