[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Do not allow DC3CO if PSR SF is enabled
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 22 12:25:56 UTC 2021
== Series Details ==
Series: drm/i915/display: Do not allow DC3CO if PSR SF is enabled
URL : https://patchwork.freedesktop.org/series/87283/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
64ad41f78f8f drm/i915/display: Do not allow DC3CO if PSR SF is enabled
-:12: WARNING:TYPO_SPELLING: 'wiil' may be misspelled - perhaps 'will'?
#12:
Selective Fetch wiil be enabled by default.
^^^^
-:35: CHECK:BRACES: braces {} should be used on all arms of this statement
#35: FILE: drivers/gpu/drm/i915/display/intel_display_power.c:807:
+ if (INTEL_GEN(dev_priv) >= 12) {
[...]
+ } else if (IS_GEN(dev_priv, 11))
[...]
else if (IS_GEN9_LP(dev_priv))
[...]
total: 0 errors, 1 warnings, 1 checks, 33 lines checked
More information about the Intel-gfx
mailing list