[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/9] drm/i915/perf: store the associated engine of a stream

Patchwork patchwork at emeril.freedesktop.org
Wed Oct 9 07:14:33 UTC 2019


== Series Details ==

Series: series starting with [v2,1/9] drm/i915/perf: store the associated engine of a stream
URL   : https://patchwork.freedesktop.org/series/67760/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
dc7ec59ac5eb drm/i915/perf: store the associated engine of a stream
75ac26bc8abe drm/i915/perf: introduce a versioning of the i915-perf uapi
4bc47f021e14 drm/i915/perf: allow for CS OA configs to be created lazily
c5e2473cc7f8 drm/i915: add support for perf configuration queries
3a8ddc73efe0 drm/i915/perf: implement active wait for noa configurations
-:45: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#45: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:228:
+#define   PIPE_CONTROL_WRITE_TIMESTAMP			(3<<14)
                                       			  ^

-:202: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#202: FILE: drivers/gpu/drm/i915/i915_perf.c:1696:
+		DIV64_U64_ROUND_UP(

-:236: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#236: FILE: drivers/gpu/drm/i915/i915_perf.c:1730:
+	batch = cs = i915_gem_object_pin_map(bo, I915_MAP_WB);

-:244: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#244: FILE: drivers/gpu/drm/i915/i915_perf.c:1738:
+		cs = save_restore_register(

-:247: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#247: FILE: drivers/gpu/drm/i915/i915_perf.c:1741:
+	cs = save_restore_register(

-:349: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#349: FILE: drivers/gpu/drm/i915/i915_perf.c:1843:
+		cs = save_restore_register(

-:352: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#352: FILE: drivers/gpu/drm/i915/i915_perf.c:1846:
+	cs = save_restore_register(

-:469: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#469: 
new file mode 100644

-:474: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#474: FILE: drivers/gpu/drm/i915/selftests/i915_perf.c:1:
+/*

-:475: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#475: FILE: drivers/gpu/drm/i915/selftests/i915_perf.c:2:
+ * SPDX-License-Identifier: MIT

total: 0 errors, 3 warnings, 7 checks, 606 lines checked
ba713df563b2 drm/i915/perf: execute OA configuration from command stream
c67d2ddfbbff drm/i915: introduce a mechanism to extend execbuf2
-:132: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#132: FILE: include/uapi/drm/i915_drm.h:1168:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS<<1))
                                                              ^

total: 0 errors, 0 warnings, 1 checks, 106 lines checked
8e4c95852e58 drm/i915: add a new perf configuration execbuf parameter
-:27: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#27: 
v7: Hold drm.struct_mutex when serializing the request with OA config (Chris)

total: 0 errors, 1 warnings, 0 checks, 296 lines checked
29ce51e4f66c drm/i915/perf: allow holding preemption on filtered ctx



More information about the Intel-gfx mailing list