[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Rename full ppgtt configuration to be more generic (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 6 20:16:33 UTC 2018


== Series Details ==

Series: drm/i915: Rename full ppgtt configuration to be more generic (rev2)
URL   : https://patchwork.freedesktop.org/series/49021/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
6e4a835ff874 drm/i915: Make 48bit full ppgtt configuration generic (v2)
-:85: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i915_modparams.enable_ppgtt < 3'
#85: FILE: drivers/gpu/drm/i915/i915_gem_gtt.c:1650:
+	if ((i915_modparams.enable_ppgtt < 3) && USES_FULL_4LVL_PPGTT(i915))

-:117: WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#117: FILE: drivers/gpu/drm/i915/i915_pci.c:357:
+	.full_ppgtt_bits = 32, \

-:134: WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#134: FILE: drivers/gpu/drm/i915/i915_pci.c:450:
+	.full_ppgtt_bits = 32, \

total: 0 errors, 2 warnings, 1 checks, 128 lines checked



More information about the Intel-gfx mailing list