✗ CI.checkpatch: warning for series starting with [1/2] drm/{i915,xe}: Move intel_pch under display
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 18 01:12:22 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/{i915,xe}: Move intel_pch under display
URL : https://patchwork.freedesktop.org/series/144987/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3a0bf0c5a54333d82e7d891b1b848b0271e81c09
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Mon Feb 17 20:02:22 2025 -0500
drm/i915/display: Convert intel_pch towards intel_display
Now that intel_pch lives under display, let's begin its
conversion towards struct intel_display.
Move the pch_type to inside intel_display and convert the
callers.
While doing it, sort intel_display_core.h include list
alphabetically.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch bc7a84cbc968ce97e581e9e3c2d26fb0ac106482 drm-intel
9114810b59de drm/{i915,xe}: Move intel_pch under display
-:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#36:
rename from drivers/gpu/drm/i915/soc/intel_pch.c
total: 0 errors, 1 warnings, 0 checks, 65 lines checked
3a0bf0c5a543 drm/i915/display: Convert intel_pch towards intel_display
-:471: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'display' - possible side-effects?
#471: 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
More information about the Intel-xe
mailing list