mbox series

[0/6] More drm_dbg to guc_dbg changes

Message ID 20230203001143.3323433-1-John.C.Harrison@Intel.com (mailing list archive)
Headers show
Series More drm_dbg to guc_dbg changes | expand

Message

John Harrison Feb. 3, 2023, 12:11 a.m. UTC
From: John Harrison <John.C.Harrison@Intel.com>

Update more print messages to the new scheme.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (6):
  drm/i915/guc: More debug print updates - UC firmware
  drm/i915/guc: More debug print updates - GSC firmware
  drm/i915/guc: More debug print updates - GuC reg capture
  drm/i915/guc: More debug print updates - GuC selftests
  drm/i915/guc: More debug print updates - GuC SLPC
  drm/i915/guc: More debug print updates - GuC logging

 drivers/gpu/drm/i915/gt/intel_gt_print.h      |   3 +
 drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c     |   8 +-
 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.c     |   7 +-
 .../gpu/drm/i915/gt/uc/intel_guc_capture.c    |  51 ++++----
 drivers/gpu/drm/i915/gt/uc/intel_guc_log.c    |   3 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_print.h  |   3 +
 drivers/gpu/drm/i915/gt/uc/intel_guc_rc.c     |   8 +-
 drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c   |  60 ++++-----
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         |  42 +++----
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c      | 116 +++++++++---------
 drivers/gpu/drm/i915/gt/uc/selftest_guc.c     |  35 +++---
 .../drm/i915/gt/uc/selftest_guc_hangcheck.c   |  23 ++--
 .../drm/i915/gt/uc/selftest_guc_multi_lrc.c   |  11 +-
 13 files changed, 169 insertions(+), 201 deletions(-)