== Series Details == Series: drm/xe/guc: Improve GuC log dumping and add to devcoredump URL : https://patchwork.freedesktop.org/series/138892/ State : warning == Summary == Error: dim checkpatch failed e7c29d0b7b85 drm/xe/guc: Remove spurious line feed in debug print 015c939c4cf6 drm/xe/devcoredump: Use drm_puts and already cached local variables b78f311b341e drm/xe/devcoredump: Improve section headings and add tile info d7d4531e8674 drm/xe/devcoredump: Add ASCII85 dump helper function ce2a0e3bee53 drm/xe/guc: Copy GuC log prior to dumping 721ba70a76dd drm/xe/guc: Use a two stage dump for GuC logs and add more info 75df6173312e drm/print: Introduce drm_line_printer 519b06523ff7 drm/xe/guc: Dead CT helper -:96: WARNING:MACRO_ARG_UNUSED: Argument 'ct' is not used in function-like macro #96: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:62: +#define CT_DEAD(ct, ctb, reason) \ + do { \ + struct guc_ctb *_ctb = (ctb); \ + if (_ctb) \ + _ctb->info.broken = true; \ + } while (0) -:96: WARNING:MACRO_ARG_UNUSED: Argument 'reason' is not used in function-like macro #96: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:62: +#define CT_DEAD(ct, ctb, reason) \ + do { \ + struct guc_ctb *_ctb = (ctb); \ + if (_ctb) \ + _ctb->info.broken = true; \ + } while (0) total: 0 errors, 2 warnings, 0 checks, 557 lines checked 6673afe9c211 drm/xe/guc: Dump entire CTB on errors 6a7038e98faa drm/xe/guc: Add GuC log to devcoredump captures e1be53f89669 drm/xe/guc: Add a helper function for dumping GuC log to dmesg