✗ CI.checkpatch: warning for series starting with [1/2] drm/xe/display: Unify DPT mappings

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 19 17:13:25 UTC 2024


== Series Details ==

Series: series starting with [1/2] drm/xe/display: Unify DPT mappings
URL   : https://patchwork.freedesktop.org/series/131338/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 771c1dc24c969d47a611d605261b8e694b67dc27
Author: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Date:   Tue Mar 19 19:07:34 2024 +0200

    drm/xe/display: Simplify DPT handling
    
    Don't undo structures on higher level but pass them all the way
    to mapping functions.
    
    Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
+ /mt/dim checkpatch c998853b06760efc02617828e7b569a73ac73dc5 drm-intel
22a8fd111ad0 drm/xe/display: Unify DPT mappings
771c1dc24c96 drm/xe/display: Simplify DPT handling
-:44: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#44: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:42:
+		      u32 (*calc_src_idx)(const struct intel_remapped_plane_info*,
+		      u32, u32))

-:85: WARNING:FUNCTION_ARGUMENTS: function definition argument 'const struct intel_remapped_plane_info*' should also have an identifier name
#85: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:109:
+		u32 (*src_idx)(const struct intel_remapped_plane_info*, u32, u32);

-:85: WARNING:FUNCTION_ARGUMENTS: function definition argument 'u32' should also have an identifier name
#85: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:109:
+		u32 (*src_idx)(const struct intel_remapped_plane_info*, u32, u32);

-:85: WARNING:FUNCTION_ARGUMENTS: function definition argument 'u32' should also have an identifier name
#85: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:109:
+		u32 (*src_idx)(const struct intel_remapped_plane_info*, u32, u32);

total: 0 errors, 3 warnings, 1 checks, 93 lines checked




More information about the Intel-xe mailing list