[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915/perf: store the associated engine of a stream
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 8 22:38:47 UTC 2019
== Series Details ==
Series: series starting with [1/9] drm/i915/perf: store the associated engine of a stream
URL : https://patchwork.freedesktop.org/series/67754/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
f9a4f9fef858 drm/i915/perf: store the associated engine of a stream
94943b7df79b drm/i915/perf: introduce a versioning of the i915-perf uapi
94d1efac348c drm/i915/perf: allow for CS OA configs to be created lazily
dfd555bac80c drm/i915: add support for perf configuration queries
099af51a2f41 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:1739:
+ DIV64_U64_ROUND_UP(
-:236: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#236: FILE: drivers/gpu/drm/i915/i915_perf.c:1773:
+ 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:1781:
+ cs = save_restore_register(
-:247: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#247: FILE: drivers/gpu/drm/i915/i915_perf.c:1784:
+ cs = save_restore_register(
-:349: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#349: FILE: drivers/gpu/drm/i915/i915_perf.c:1886:
+ cs = save_restore_register(
-:352: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#352: FILE: drivers/gpu/drm/i915/i915_perf.c:1889:
+ 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, 590 lines checked
246ec5b5e2ab drm/i915/perf: execute OA configuration from command stream
338b278e09c1 drm/i915: introduce a mechanism to extend execbuf2
-:118: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#118: 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, 92 lines checked
bc30be642f73 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, 279 lines checked
e10189d04663 drm/i915/perf: allow holding preemption on filtered ctx
More information about the Intel-gfx
mailing list