Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: <intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH] drm/xe/guc: Demote GuC IDs usage message to debug
Date: Tue, 2 Jul 2024 12:00:25 -0400	[thread overview]
Message-ID: <ZoQkGZEzkaC_6yPi@intel.com> (raw)
In-Reply-To: <20240701193030.978-1-michal.wajdeczko@intel.com>

On Mon, Jul 01, 2024 at 09:30:30PM +0200, Michal Wajdeczko wrote:
> Printing message at INFO level about available GuC IDs is not that
> important, DEBUG level is enough. It will also match message about
> available doorbells:
> 
>  [ ] xe ... [drm:xe_guc_id_mgr_init [xe]] GT0: using 65535 GuC IDs
>  [ ] xe ... [drm:xe_guc_db_mgr_init [xe]] GT0: using 256 doorbells
> 
> While at it, use proper "GuC" name.
> 

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> ---
>  drivers/gpu/drm/xe/xe_guc_id_mgr.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_guc_id_mgr.c b/drivers/gpu/drm/xe/xe_guc_id_mgr.c
> index cd0549d0ef89..e845425d670b 100644
> --- a/drivers/gpu/drm/xe/xe_guc_id_mgr.c
> +++ b/drivers/gpu/drm/xe/xe_guc_id_mgr.c
> @@ -97,8 +97,8 @@ int xe_guc_id_mgr_init(struct xe_guc_id_mgr *idm, unsigned int limit)
>  	if (ret)
>  		return ret;
>  
> -	xe_gt_info(idm_to_gt(idm), "using %u GUC ID%s\n",
> -		   idm->total, str_plural(idm->total));
> +	xe_gt_dbg(idm_to_gt(idm), "using %u GuC ID%s\n",
> +		  idm->total, str_plural(idm->total));
>  	return 0;
>  }
>  
> -- 
> 2.43.0
> 

      parent reply	other threads:[~2024-07-02 16:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 19:30 [PATCH] drm/xe/guc: Demote GuC IDs usage message to debug Michal Wajdeczko
2024-07-01 20:27 ` ✓ CI.Patch_applied: success for " Patchwork
2024-07-01 20:27 ` ✓ CI.checkpatch: " Patchwork
2024-07-01 20:28 ` ✓ CI.KUnit: " Patchwork
2024-07-01 20:40 ` ✓ CI.Build: " Patchwork
2024-07-01 20:42 ` ✓ CI.Hooks: " Patchwork
2024-07-01 20:44 ` ✓ CI.checksparse: " Patchwork
2024-07-01 21:07 ` ✓ CI.BAT: " Patchwork
2024-07-01 22:43 ` ✓ CI.FULL: " Patchwork
2024-07-02 16:00 ` Rodrigo Vivi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZoQkGZEzkaC_6yPi@intel.com \
    --to=rodrigo.vivi@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=michal.wajdeczko@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox