✗ Fi.CI.CHECKPATCH: warning for Enable fastset for mbus_join state change (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 22 12:28:13 UTC 2024
== Series Details ==
Series: Enable fastset for mbus_join state change (rev2)
URL : https://patchwork.freedesktop.org/series/130480/
State : warning
== Summary ==
Error: dim checkpatch failed
9509e256b405 drm/i915: Update mbus in intel_dbuf_mbus_update and do it properly
-:9: WARNING:TYPO_SPELLING: 'swithing' may be misspelled - perhaps 'switching'?
#9:
or disabling mbus joining(typical scenario is swithing between
^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 27 lines checked
cd3089203bd3 drm/i915: Break intel_dbuf_mbus_update into 2 separate parts
ea40cb166010 drm/i915: Use old mbus_join value when increasing CDCLK
466a77763a9b drm/i915: Loop over all active pipes in intel_mbus_dbox_update
4b6e068f01cf drm/i915: Implement vblank synchronized MBUS join changes
-:80: ERROR:CODE_INDENT: code indent should use tabs where possible
#80: FILE: drivers/gpu/drm/i915/display/skl_watermark.c:3592:
+^I^I^I^I const struct intel_dbuf_state *dbuf_state)$
-:80: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#80: FILE: drivers/gpu/drm/i915/display/skl_watermark.c:3592:
+static enum pipe intel_mbus_joined_pipe(struct intel_atomic_state *state,
+ const struct intel_dbuf_state *dbuf_state)
-:140: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices'
#140: FILE: drivers/gpu/drm/i915/display/skl_watermark.c:3656:
+ if (!new_dbuf_state ||
+ (new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices))
-:159: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices'
#159: FILE: drivers/gpu/drm/i915/display/skl_watermark.c:3675:
+ if (!new_dbuf_state ||
+ (new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices))
total: 1 errors, 0 warnings, 3 checks, 210 lines checked
More information about the Intel-gfx
mailing list