[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/10] drm/i915: Seal races between async GPU cancellation, retirement and signaling

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 25 06:58:46 UTC 2019


== Series Details ==

Series: series starting with [01/10] drm/i915: Seal races between async GPU cancellation, retirement and signaling
URL   : https://patchwork.freedesktop.org/series/59912/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
c9843a19934a drm/i915: Seal races between async GPU cancellation, retirement and signaling
0ce4990dec50 drm/i915/gvt: Pin the per-engine GVT shadow contexts
521b9e368bdf drm/i915: Export intel_context_instance()
84d02409bb7d drm/i915/selftests: Use the real kernel context for sseu isolation tests
38d99ba59c32 drm/i915/selftests: Pass around intel_context for sseu
dabea4817a74 drm/i915: Pass intel_context to intel_context_pin_lock()
07503cad8e52 drm/i915: Split engine setup/init into two phases
b904aba5b574 drm/i915: Switch back to an array of logical per-engine HW contexts
-:591: WARNING:LINE_SPACING: Missing a blank line after declarations
#591: FILE: drivers/gpu/drm/i915/i915_gem_context.h:214:
+		struct i915_gem_engines *e = rcu_dereference(ctx->engines);
+		if (likely(idx < e->num_engines && e->engines[idx]))

-:610: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'it' - possible side-effects?
#610: FILE: drivers/gpu/drm/i915/i915_gem_context.h:233:
+#define for_each_gem_engine(ce, engines, it) \
+	for (i915_gem_engines_iter_init(&(it), (engines)); \
+	     ((ce) = i915_gem_engines_iter_next(&(it)));)

total: 0 errors, 1 warnings, 1 checks, 965 lines checked
de35fe7b2bdc drm/i915: Remove intel_context.active_link
a9960e8e0a5b drm/i915: Move i915_request_alloc into selftests/
-:421: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#421: 
new file mode 100644

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

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

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

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

total: 0 errors, 5 warnings, 0 checks, 408 lines checked



More information about the Intel-gfx mailing list