== Series Details == Series: i915: Initial multi-tile support (rev2) URL : https://patchwork.freedesktop.org/series/95631/ State : warning == Summary == $ dim checkpatch origin/drm-tip 2226b987792c 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 e0ff68ad5d2c drm/i915: split general MMIO setup from per-GT uncore init bda304cedcf1 drm/i915: Restructure probe to handle multi-tile platforms 35a19ffd0117 drm/i915: Store backpointer to GT in uncore ca609d95d12f 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 e9cb525007df drm/i915: Initial support for per-tile uncore 2f61fef5cee6 drm/i915/xehp: Determine which tile raised an interrupt d0ba3e4e7b13 drm/i915/xehp: Make IRQ reset and postinstall multi-tile aware 6a3bf9cfb5b1 drm/i915/guc: Update CT debug macro for multi-tile 9d78e0b7d2fa drm/i915: Release per-gt resources allocated 7702b40e06c2 drm/i915/xehpsdv: Initialize multi-tiles -:255: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #255: FILE: drivers/gpu/drm/i915/i915_pci.c:1012: +#define XE_HP_SDV_ENGINES \ + BIT(BCS0) | \ + BIT(VECS0) | BIT(VECS1) | BIT(VECS2) | BIT(VECS3) | \ + BIT(VCS0) | BIT(VCS1) | BIT(VCS2) | BIT(VCS3) | \ + BIT(VCS4) | BIT(VCS5) | BIT(VCS6) | BIT(VCS7) total: 1 errors, 0 warnings, 0 checks, 284 lines checked