[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add Exec param to control data port coherency. (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 11 16:12:10 UTC 2018
== Series Details ==
Series: drm/i915: Add Exec param to control data port coherency. (rev3)
URL : https://patchwork.freedesktop.org/series/40181/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
bcf7786e9207 drm/i915: Add Exec param to control data port coherency.
-:14: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#14:
coherency at data port level. Keeping the coherency at that level is disabled
-:177: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#177: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2284:
+ DRM_DEBUG("Data Port Coherency is not available on %s\n",
+ eb.engine->name);
-:191: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#191: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2417:
+ err = intel_lr_context_modify_data_port_coherency(eb.request,
+ (args->flags & I915_EXEC_DATA_PORT_COHERENT) != 0);
-:239: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#239: FILE: drivers/gpu/drm/i915/intel_lrc.c:291:
+intel_lr_context_modify_data_port_coherency(struct i915_request *req,
+ bool enable)
-:298: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#298: FILE: include/uapi/drm/i915_drm.h:1059:
+#define I915_EXEC_DATA_PORT_COHERENT (1<<20)
^
-:300: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#300: FILE: include/uapi/drm/i915_drm.h:1061:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_DATA_PORT_COHERENT<<1))
^
total: 0 errors, 1 warnings, 5 checks, 136 lines checked
More information about the Intel-gfx
mailing list