== Series Details == Series: drm/{i915,xe}: Move PCH stuff under display URL : https://patchwork.freedesktop.org/series/147579/ State : warning
== Summary == Error: dim checkpatch failed 907fe9c21b1b drm/{i915,xe}: Move intel_pch under display -:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #38: rename from drivers/gpu/drm/i915/soc/intel_pch.c total: 0 errors, 1 warnings, 0 checks, 65 lines checked 280d226e3519 drm/i915/display: Convert intel_pch towards intel_display -:473: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'display' - possible side-effects? #473: FILE: drivers/gpu/drm/i915/display/intel_pch.h:49: +#define HAS_PCH_LPT(display) (INTEL_PCH_TYPE(display) == PCH_LPT_H || \ + INTEL_PCH_TYPE(display) == PCH_LPT_LP) total: 0 errors, 0 warnings, 1 checks, 474 lines checked 60a4989ff4d8 drm/i915/pch: move PCH detection to intel_display_driver_early_probe() 0910b387ba6e drm/i915/pch: clean up includes