Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v2 01/17] drm/xe/svm: Fix a debug printout
       [not found] <20251111164408.113070-1-thomas.hellstrom@linux.intel.com>
@ 2025-11-11 16:43 ` Thomas Hellström
  2025-11-12  4:29   ` Ghimiray, Himal Prasad
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Hellström @ 2025-11-11 16:43 UTC (permalink / raw)
  To: intel-xe
  Cc: Thomas Hellström, Matthew Brost, Himal Prasad Ghimiray,
	stable, dri-devel, apopple, airlied, Simona Vetter,
	felix.kuehling, Christian König, dakr, Mrozek, Michal,
	Joonas Lahtinen

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>
---
 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");
 		return false;
 	}
 
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 01/17] drm/xe/svm: Fix a debug printout
  2025-11-11 16:43 ` [PATCH v2 01/17] drm/xe/svm: Fix a debug printout Thomas Hellström
@ 2025-11-12  4:29   ` Ghimiray, Himal Prasad
  0 siblings, 0 replies; 2+ messages in thread
From: Ghimiray, Himal Prasad @ 2025-11-12  4:29 UTC (permalink / raw)
  To: Thomas Hellström, intel-xe
  Cc: Matthew Brost, stable, dri-devel, apopple, airlied, Simona Vetter,
	felix.kuehling, Christian König, dakr, Mrozek, Michal,
	Joonas Lahtinen



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 <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>
> ---
>   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 <himal.prasad.ghimiray@intel.com>

>   		return false;
>   	}
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-12  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20251111164408.113070-1-thomas.hellstrom@linux.intel.com>
2025-11-11 16:43 ` [PATCH v2 01/17] drm/xe/svm: Fix a debug printout Thomas Hellström
2025-11-12  4:29   ` Ghimiray, Himal Prasad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox