[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm: Let userspace check if driver supports modeset

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 17 08:05:06 UTC 2018


== Series Details ==

Series: series starting with [1/6] drm: Let userspace check if driver supports modeset
URL   : https://patchwork.freedesktop.org/series/46630/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
a33368239fd0 drm: Let userspace check if driver supports modeset
8affd223d437 drm/i915: Set PCH as NOP if display is disabled
-:35: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#35: FILE: drivers/gpu/drm/i915/i915_drv.c:291:
+	if (pch && ((INTEL_INFO(dev_priv)->num_pipes == 0) ||
+	    i915_modparams.disable_display)) {

total: 0 errors, 0 warnings, 1 checks, 9 lines checked
e10f71700cc3 drm/i915: Move out non-modeset calls from modeset init and cleanup
-:140: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files
#140: FILE: drivers/gpu/drm/i915/i915_drv.h:3422:
+extern void intel_modeset_cleanup_prepare(struct drm_device *dev);

total: 0 errors, 0 warnings, 1 checks, 149 lines checked
52142362c518 drm/i915: Move drm_vblank_init() to i915_load_modeset_init()
75525cc5bfe3 drm/i915: Do not call modeset related functions when display is disabled
c78fb816f22b drm/i915: Remove redundante checks for num_pipes == 0



More information about the Intel-gfx mailing list