[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/gem: Make caps.scheduler static

Patchwork patchwork at emeril.freedesktop.org
Tue Aug 6 11:19:33 UTC 2019


== Series Details ==

Series: series starting with [01/22] drm/i915/gem: Make caps.scheduler static
URL   : https://patchwork.freedesktop.org/series/64761/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ff8a2db2ee62 drm/i915/gem: Make caps.scheduler static
e2d0d5983bf0 drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
-:311: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#311: 
new file mode 100644

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

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

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

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

-:829: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'engine__' - possible side-effects?
#829: FILE: drivers/gpu/drm/i915/i915_drv.h:1931:
+#define for_each_uabi_engine(engine__, i915__) \
+	for ((engine__) = rb_to_uabi_engine(rb_first(&(i915__)->uabi_engines));\
+	     (engine__); \
+	     (engine__) = rb_to_uabi_engine(rb_next(&(engine__)->uabi_node)))

total: 0 errors, 5 warnings, 1 checks, 870 lines checked
7de148fb389c drm/i915: Defer final intel_wakeref_put to process context
-:313: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#313: 
new file mode 100644

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

-:319: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#319: FILE: drivers/gpu/drm/i915/gt/selftest_engine.c:2:
+ * SPDX-License-Identifier: GPL-2.0

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

-:353: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#353: FILE: drivers/gpu/drm/i915/gt/selftest_engine.h:2:
+ * SPDX-License-Identifier: GPL-2.0

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

-:373: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#373: FILE: drivers/gpu/drm/i915/gt/selftest_engine_pm.c:2:
+ * SPDX-License-Identifier: GPL-2.0

total: 0 errors, 7 warnings, 0 checks, 709 lines checked
8bf2006a37ac drm/i915/pmu: Use GT parked for estimating RC6 while asleep
4bb3bb6f6ee5 drm/i915: Drop the fudge warning on ring restart for ctg/elk
14e161d4e4bd drm/i915/selftests: Pass intel_context to mock_request
870beebaa6d3 drm/i915/gt: Make deferred context allocation explicit
4481de5956af drm/i915: Push the ring creation flags to the backend
daf18baa7cfb drm/i915: Lift timeline into intel_context
dba3b5a4deb1 drm/i915: Use intel_engine_lookup_user for probing HAS_BSD etc
e0745e47e1db drm/i915: Isolate i915_getparam_ioctl()
-:236: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#236: 
new file mode 100644

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

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

total: 0 errors, 3 warnings, 0 checks, 374 lines checked
c1fd0783704d drm/i915: Only include active engines in the capture state
ed991496b629 drm/i915: Make debugfs/per_file_stats scale better
-:101: WARNING:LONG_LINE: line over 100 characters
#101: FILE: drivers/gpu/drm/i915/i915_debugfs.c:304:
+		seq_printf(m, "%s: %lu objects, %llu bytes (%llu active, %llu inactive, %llu unbound, %llu closed)\n", \

total: 0 errors, 1 warnings, 0 checks, 93 lines checked
567b0058cfa6 drm/i915/gt: Track timeline activeness in enter/exit
4ba5d5ebda76 drm/i915/gt: Convert timeline tracking to spinlock
6d3019e37efe drm/i915/gt: Guard timeline pinning with its own mutex
4981f3c0a8a5 drm/i915: Protect request retirement with timeline->mutex
088cf3cd266c drm/i915/gt: Mark context->active_count as protected by timeline->mutex
344d0b6bbcd7 drm/i915: Forgo last_fence active request tracking
bebcb149b5fd drm/i915/overlay: Switch to using i915_active tracking
9fa5984ebba6 drm/i915: Extract intel_frontbuffer active tracking
af3d8c6d5547 drm/i915: Markup expected timeline locks for i915_active
-:290: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment
#290: FILE: drivers/gpu/drm/i915/i915_active_types.h:28:
+	struct mutex *lock;

total: 0 errors, 0 warnings, 1 checks, 242 lines checked



More information about the Intel-gfx mailing list