Message ID | 20230207050717.1833718-1-John.C.Harrison@Intel.com (mailing list archive) |
---|---|
Headers | show |
Series | More drm_dbg to guc_dbg changes | expand |
On 07.02.2023 06:07, John.C.Harrison@Intel.com wrote: > From: John Harrison <John.C.Harrison@Intel.com> > > Update more print messages to the new scheme. > > v2: Also change all errors to %pe rather than %d (MichalW). > Few other tweaks. > > Signed-off-by: John Harrison <John.C.Harrison@Intel.com> LGTM, series is Reviewed-by: Michal Wajdeczko <michal.wajdeczko@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 | 9 +- > 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 | 61 ++++----- > 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 | 42 ++++--- > .../drm/i915/gt/uc/selftest_guc_hangcheck.c | 23 ++-- > .../drm/i915/gt/uc/selftest_guc_multi_lrc.c | 11 +- > 13 files changed, 174 insertions(+), 205 deletions(-) >