[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add Exec param to control data port coherency.

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 19 14:18:51 UTC 2018


== Series Details ==

Series: drm/i915: Add Exec param to control data port coherency.
URL   : https://patchwork.freedesktop.org/series/40181/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
0c30a5422174 drm/i915: Add Exec param to control data port coherency.
-:54: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#54: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2255:
+			DRM_DEBUG("Data Port Coherency is not available on %s\n",
+				 eb.engine->name);

-:68: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#68: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2388:
+	err = intel_lr_context_modify_data_port_coherency(eb.request,
+			(args->flags & I915_EXEC_DATA_PORT_COHERENT) != 0);

-:115: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#115: FILE: drivers/gpu/drm/i915/intel_lrc.c:290:
+intel_lr_context_modify_data_port_coherency(struct i915_request *req,
+					bool enable)

-:174: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#174: FILE: include/uapi/drm/i915_drm.h:1059:
+#define I915_EXEC_DATA_PORT_COHERENT   (1<<20)
                                          ^

-:176: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#176: FILE: include/uapi/drm/i915_drm.h:1061:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_DATA_PORT_COHERENT<<1))
                                                                  ^

-:179: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 0 warnings, 5 checks, 135 lines checked



More information about the Intel-gfx mailing list