== Series Details == Series: i915: Initial multi-tile support URL : https://patchwork.freedesktop.org/series/95631/ State : warning == Summary == $ dim checkpatch origin/drm-tip 21a66c454734 drm/i915: rework some irq functions to take intel_gt as argument -:17: WARNING:BAD_SIGN_OFF: Non-standard signature: Co-authored-by: #17: Co-authored-by: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> total: 0 errors, 1 warnings, 0 checks, 75 lines checked 7c75c8977d8b drm/i915: split general MMIO setup from per-GT uncore init 447d1a2a3ab0 drm/i915: Restructure probe to handle multi-tile platforms d21c03706792 drm/i915: Store backpointer to GT in uncore b22d545fdf95 drm/i915: Prepare for multiple gts -:179: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #179: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:91: +#define for_each_gt(i915__, id__, gt__) \ + for ((id__) = 0; \ + (id__) < I915_MAX_TILES; \ + (id__)++) \ + for_each_if (((gt__) = (i915__)->gts[(id__)])) -:179: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id__' - possible side-effects? #179: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:91: +#define for_each_gt(i915__, id__, gt__) \ + for ((id__) = 0; \ + (id__) < I915_MAX_TILES; \ + (id__)++) \ + for_each_if (((gt__) = (i915__)->gts[(id__)])) -:183: WARNING:SPACING: space prohibited between function name and open parenthesis '(' #183: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:95: + for_each_if (((gt__) = (i915__)->gts[(id__)])) total: 1 errors, 1 warnings, 1 checks, 192 lines checked b38b62d5cc6c drm/i915: Initial support for per-tile uncore 1b3ebba48401 drm/i915/xehp: Determine which tile raised an interrupt 72823afccad4 drm/i915/xehp: Make IRQ reset and postinstall multi-tile aware c0b1bf330072 drm/i915/guc: Update CT debug macro for multi-tile 1d9f14f403bd drm/i915: Release per-gt resources allocated a0d4d7f898b5 drm/i915/xehpsdv: Initialize multi-tiles