]> www.infradead.org Git - users/hch/configfs.git/commit
drm/xe/guc: Demote GuC IDs usage message to debug
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 1 Jul 2024 19:30:30 +0000 (21:30 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 2 Jul 2024 16:33:19 +0000 (18:33 +0200)
commit7c0389c615b5c6aef1b0e38e30db759b3cbff885
tree5f140ad1ecd7f3a5f1b78fac911756965a27bbbc
parentaaa08078e7251131f045ba248a68671db7f7bdf7
drm/xe/guc: Demote GuC IDs usage message to debug

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.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240701193030.978-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_guc_id_mgr.c