== Series Details == Series: drm/i915: pm cleanups, rename to clock gating URL : https://patchwork.freedesktop.org/series/114519/ State : warning == Summary == Error: dim checkpatch failed b692b7687640 drm/i915/wm: remove display/ prefix from include 3c139b502a1f drm/i915/pm: drop intel_pm_setup() 107a5af9ab14 drm/i915/pm: drop intel_suspend_hw() b19705e1c09f drm/i915: remove unnecessary intel_pm.h includes f361dedf95d4 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' -:147: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #147: rename from drivers/gpu/drm/i915/intel_pm.c total: 0 errors, 1 warnings, 0 checks, 168 lines checked 66cba8ee1b7c drm/i915/clock: mass rename dev_priv to i915 -:1032: CHECK:BRACES: braces {} should be used on all arms of this statement #1032: 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