[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support
Patchwork
patchwork at emeril.freedesktop.org
Thu May 23 15:44:17 UTC 2019
== Series Details ==
Series: drm/i915: timeline semaphore support
URL : https://patchwork.freedesktop.org/series/61032/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
72fcbc639236 drm/syncobj: add an output syncobj parameter to find_fence
a888c5f147aa drm/i915: add syncobj timeline support
-:159: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#159: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2259:
+ err = drm_syncobj_find_fence(
-:168: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#168: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2268:
+ syncobj = drm_syncobj_find(
-:218: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#218: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2316:
+ err = drm_syncobj_find_fence(
-:309: WARNING:TYPO_SPELLING: 'transfered' may be misspelled - perhaps 'transferred'?
#309: FILE: drivers/gpu/drm/i915/i915_gem_execbuffer.c:2401:
+ * The chain's ownership is transfered to the
-:410: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#410: FILE: include/uapi/drm/i915_drm.h:1174:
+#define I915_EXEC_FENCE_ARRAY2 (1<<22)
^
-:412: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#412: FILE: include/uapi/drm/i915_drm.h:1176:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_FENCE_ARRAY2<<1))
^
total: 0 errors, 1 warnings, 5 checks, 372 lines checked
More information about the Intel-gfx
mailing list