== Series Details == Series: Consider DBuf bandwidth when calculating CDCLK (rev15) URL : https://patchwork.freedesktop.org/series/74739/ State : warning == Summary == $ dim checkpatch origin/drm-tip 42922a1cf4d9 drm/i915: Decouple cdclk calculation from modeset checks a2e2a5f43cd7 drm/i915: Extract cdclk requirements checking to separate function cc857a15d370 drm/i915: Check plane configuration properly -:32: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Stanislav Lisovskiy <stanislav.lisovskiY@xxxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 14 lines checked 4765b732c387 drm/i915: Plane configuration affects CDCLK in Gen11+ -:23: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Stanislav Lisovskiy <stanislav.lisovskiY@xxxxxxxxx>' total: 0 errors, 1 warnings, 0 checks, 8 lines checked 2405cfa20a90 drm/i915: Introduce for_each_dbuf_slice_in_mask macro -:25: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__slice' - possible side-effects? #25: FILE: drivers/gpu/drm/i915/display/intel_display.h:190: +#define for_each_dbuf_slice_in_mask(__slice, __mask) \ + for ((__slice) = DBUF_S1; (__slice) < I915_MAX_DBUF_SLICES; (__slice)++) \ + for_each_if((BIT(__slice)) & (__mask)) total: 0 errors, 0 warnings, 1 checks, 20 lines checked b74b713c823f drm/i915: Adjust CDCLK accordingly to our DBuf bw needs -:164: WARNING:LINE_SPACING: Missing a blank line after declarations #164: FILE: drivers/gpu/drm/i915/display/intel_bw.c:492: + int ret = intel_atomic_lock_global_state(&new_bw_state->base); + if (ret) -:203: WARNING:LINE_SPACING: Missing a blank line after declarations #203: FILE: drivers/gpu/drm/i915/display/intel_bw.c:531: + int ret = intel_atomic_lock_global_state(&new_bw_state->base); + if (ret) total: 0 errors, 2 warnings, 0 checks, 395 lines checked 2be3fecc6320 drm/i915: Remove unneeded hack now for CDCLK _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx