[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: Specify which engines to reset following semaphore/event lockups

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 20 10:12:22 UTC 2018


== Series Details ==

Series: series starting with [1/2] drm/i915: Specify which engines to reset following semaphore/event lockups
URL   : https://patchwork.freedesktop.org/series/40265/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
02b19c71acb4 drm/i915: Specify which engines to reset following semaphore/event lockups
caf8f3ffe736 drm/i915: Add control flags to i915_handle_error()
-:113: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files
#113: FILE: drivers/gpu/drm/i915/i915_drv.h:2703:
+extern void i915_reset(struct drm_i915_private *i915);

-:114: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files
#114: FILE: drivers/gpu/drm/i915/i915_drv.h:2704:
+extern int i915_reset_engine(struct intel_engine_cs *engine, const char *msg);

total: 0 errors, 0 warnings, 2 checks, 323 lines checked



More information about the Intel-gfx mailing list