✗ CI.checkpatch: warning for drm: Eliminate redundant drm_format_info lookups (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 11 19:54:58 UTC 2025


== Series Details ==

Series: drm: Eliminate redundant drm_format_info lookups (rev2)
URL   : https://patchwork.freedesktop.org/series/147542/
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
13a92ce9fd458ebd6064f23cec8c39c53d02ed26
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit efc41616bf2b2dc89d7f3391502e1933664d1a81
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Thu Apr 10 19:32:18 2025 +0300

    drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory
    
    Now that everyone passes along the format info to
    drm_helper_mode_fill_fb_struct() we can make this behaviour
    mandatory and drop the extra lookup.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
+ /mt/dim checkpatch 95956f65403ec2f6784fca383eecbb54431ddebc drm-intel
a84d7c81730f drm: Pass pixel_format+modifier to .get_format_info()
306d2f3a870a drm: Pass pixel_format+modifier directly to drm_get_format_info()
381a9a79bc30 drm: Look up the format info earlier
f4ad6b19ecce drm: Pass the format info to .fb_create()
-:101: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#101: 
                                     const struct drm_mode_fb_cmd2 *mode_cmd);

total: 0 errors, 1 warnings, 0 checks, 412 lines checked
523a3f4f912a drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
-:26: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#26: 
                                    const struct drm_mode_fb_cmd2 *mode_cmd)

total: 0 errors, 1 warnings, 0 checks, 157 lines checked
9505a4784c55 drm/malidp: Pass along the format info from .fb_create() malidp_verify_afbc_framebuffer_size()
ce72212df898 drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
0414def05fc1 drm/gem/afbc: Eliminate redundant drm_get_format_info()
21c015f971a2 drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
5e6bf3015ee0 drm/armada: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
71c3ca13271a drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
c97fdf4c3f08 drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
e2a302c9da6b drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
fcba2ff37cae drm/komeda: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
a23d2110085c drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
5d15303bd893 drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
47b844c4aa64 drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
e062a193da8d drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
efc41616bf2b drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory




More information about the Intel-xe mailing list