== Series Details == Series: drm/i915: Plane/wm cleanups (rev2) URL : https://patchwork.freedesktop.org/series/100020/ State : warning == Summary == $ dim checkpatch origin/drm-tip cfff3831dee5 drm/i915: Move intel_plane_atomic_calc_changes() & co. out 3260cfa17939 drm/i915: Introduce intel_arm_planes_on_crtc() 477c56b8741c drm/i915: Introduce scaled_planes bitmask 69cbcbb18c8c drm/i915: Use {active, scaled}_planes to compute ilk watermarks a3504cd2f6fa drm/i915: Remove gen6_check_mch_setup() 6d5f50c4f287 drm/i915: Add REG_GENMASK64() and REG_FIELD_GET64() -:33: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__high' - possible side-effects? #33: FILE: drivers/gpu/drm/i915/i915_reg_defs.h:49: +#define REG_GENMASK64(__high, __low) \ + ((u64)(GENMASK_ULL(__high, __low) + \ + BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ + __is_constexpr(__low) && \ + ((__low) < 0 || (__high) > 63 || (__low) > (__high))))) -:33: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__low' - possible side-effects? #33: FILE: drivers/gpu/drm/i915/i915_reg_defs.h:49: +#define REG_GENMASK64(__high, __low) \ + ((u64)(GENMASK_ULL(__high, __low) + \ + BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ + __is_constexpr(__low) && \ + ((__low) < 0 || (__high) > 63 || (__low) > (__high))))) total: 0 errors, 0 warnings, 2 checks, 39 lines checked 355d61122f71 drm/i915: Clean up SSKPD/MLTR defines -:16: WARNING:BAD_SIGN_OFF: Duplicate signature #16: Reported-by: kernel test robot <lkp@xxxxxxxxx> -:17: WARNING:BAD_SIGN_OFF: Duplicate signature #17: Reported-by: kernel test robot <lkp@xxxxxxxxx> total: 0 errors, 2 warnings, 0 checks, 80 lines checked c781e8686282 drm/i915: Polish ilk+ wm register bits -:194: WARNING:LONG_LINE: line length of 124 exceeds 100 columns #194: FILE: drivers/gpu/drm/i915/intel_pm.c:7185: + intel_uncore_write(&dev_priv->uncore, WM3_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM3_LP_ILK) & ~WM_LP_ENABLE); -:195: WARNING:LONG_LINE: line length of 124 exceeds 100 columns #195: FILE: drivers/gpu/drm/i915/intel_pm.c:7186: + intel_uncore_write(&dev_priv->uncore, WM2_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM2_LP_ILK) & ~WM_LP_ENABLE); -:196: WARNING:LONG_LINE: line length of 124 exceeds 100 columns #196: FILE: drivers/gpu/drm/i915/intel_pm.c:7187: + intel_uncore_write(&dev_priv->uncore, WM1_LP_ILK, intel_uncore_read(&dev_priv->uncore, WM1_LP_ILK) & ~WM_LP_ENABLE); total: 0 errors, 3 warnings, 0 checks, 172 lines checked