[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 3 20:02:55 UTC 2023
== Series Details ==
Series: series starting with [1/2] drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
URL : https://patchwork.freedesktop.org/series/116020/
State : warning
== Summary ==
Error: dim checkpatch failed
2704a1498adc drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:148: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#148:
rename from drivers/gpu/drm/i915/intel_pm.c
total: 0 errors, 1 warnings, 0 checks, 168 lines checked
3314fc89b2b7 drm/i915/clock: mass rename dev_priv to i915
-:1033: CHECK:BRACES: braces {} should be used on all arms of this statement
#1033: FILE: drivers/gpu/drm/i915/intel_clock_gating.c:834:
+ if (IS_METEORLAKE(i915))
[...]
+ else if (IS_PONTEVECCHIO(i915))
[...]
+ else if (IS_DG2(i915))
[...]
+ else if (IS_XEHPSDV(i915))
[...]
+ else if (IS_ALDERLAKE_P(i915))
[...]
+ else if (GRAPHICS_VER(i915) == 12)
[...]
+ else if (GRAPHICS_VER(i915) == 11)
[...]
+ else if (IS_COFFEELAKE(i915) || IS_COMETLAKE(i915))
[...]
+ else if (IS_SKYLAKE(i915))
[...]
+ else if (IS_KABYLAKE(i915))
[...]
+ else if (IS_BROXTON(i915))
[...]
+ else if (IS_GEMINILAKE(i915))
[...]
+ else if (IS_BROADWELL(i915))
[...]
+ else if (IS_CHERRYVIEW(i915))
[...]
+ else if (IS_HASWELL(i915))
[...]
+ else if (IS_IVYBRIDGE(i915))
[...]
+ else if (IS_VALLEYVIEW(i915))
[...]
+ else if (GRAPHICS_VER(i915) == 6)
[...]
+ else if (GRAPHICS_VER(i915) == 5)
[...]
+ else if (IS_G4X(i915))
[...]
+ else if (IS_I965GM(i915))
[...]
+ else if (IS_I965G(i915))
[...]
+ else if (GRAPHICS_VER(i915) == 3)
[...]
+ else if (IS_I85X(i915) || IS_I865G(i915))
[...]
+ else if (GRAPHICS_VER(i915) == 2)
[...]
else {
[...]
total: 0 errors, 0 warnings, 1 checks, 1056 lines checked
More information about the Intel-gfx
mailing list