[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add Exec param to control data port coherency. (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 20 15:45:11 UTC 2018
== Series Details ==
Series: drm/i915: Add Exec param to control data port coherency. (rev4)
URL : https://patchwork.freedesktop.org/series/40181/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
525e6ee946c8 drm/i915: Add IOCTL Param to control data port coherency.
-:15: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#15:
coherency at data port level. Keeping the coherency at that level is disabled
-:125: WARNING:LINE_SPACING: Missing a blank line after declarations
#125: FILE: drivers/gpu/drm/i915/i915_gem_context.c:717:
+ int ret;
+ ret = intel_lr_context_modify_data_port_coherency(ctx, true);
-:134: WARNING:LINE_SPACING: Missing a blank line after declarations
#134: FILE: drivers/gpu/drm/i915/i915_gem_context.c:726:
+ int ret;
+ ret = intel_lr_context_modify_data_port_coherency(ctx, false);
-:244: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#244: FILE: drivers/gpu/drm/i915/intel_lrc.c:279:
+ * true, we should enodev for CNL. */
-:261: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#261: FILE: drivers/gpu/drm/i915/intel_lrc.c:296:
+intel_lr_context_modify_data_port_coherency(struct i915_gem_context *ctx,
+ bool enable)
-:290: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#290: FILE: drivers/gpu/drm/i915/intel_lrc.h:109:
+intel_lr_context_modify_data_port_coherency(struct i915_gem_context *ctx,
+ bool enable);
total: 0 errors, 4 warnings, 2 checks, 161 lines checked
More information about the Intel-gfx
mailing list