[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/adl_p: Same slices mask is not same Dbuf state
Patchwork
patchwork at emeril.freedesktop.org
Thu May 27 13:26:58 UTC 2021
== Series Details ==
Series: drm/i915/adl_p: Same slices mask is not same Dbuf state
URL : https://patchwork.freedesktop.org/series/90660/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
f08228a77ac0 drm/i915/adl_p: Same slices mask is not same Dbuf state
-:29: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#29: FILE: drivers/gpu/drm/i915/intel_pm.c:8097:
+ ((new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices)
+ && (new_dbuf_state->joined_mbus == old_dbuf_state->joined_mbus)))
-:39: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#39: FILE: drivers/gpu/drm/i915/intel_pm.c:8118:
+ ((new_dbuf_state->enabled_slices == old_dbuf_state->enabled_slices)
+ && (new_dbuf_state->joined_mbus == old_dbuf_state->joined_mbus)))
total: 0 errors, 0 warnings, 2 checks, 18 lines checked
More information about the Intel-gfx
mailing list