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

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 1 10:29:11 UTC 2025


== Series Details ==

Series: drm: Eliminate redundant drm_format_info lookups (rev7)
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e8556d3ea42cc7f8baf08acc357d9a3dbbee08ca
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date:   Tue Jul 1 12:07:22 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.
    
    Reviewed-by: Thomas Zimmermann <tzimmermann at suse.de>
    Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
    Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 9f3690735949ad5f24ece89cf2e91c2750ea580f drm-intel
0baf7e23caff drm: Pass pixel_format+modifier to .get_format_info()
80a63c628461 drm: Pass pixel_format+modifier directly to drm_get_format_info()
189e87b357ad drm: Look up the format info earlier
ee7f012a56e2 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, 426 lines checked
a12ef10176ba 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
82eff1af3bee drm/malidp: Pass along the format info from .fb_create() malidp_verify_afbc_framebuffer_size()
4cbdf009fce1 drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
720a4940c09e drm/gem/afbc: Eliminate redundant drm_get_format_info()
b20b9797d007 drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
50402a9c05c4 drm/armada: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
e862921f0feb drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
de99e64fc3cb drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
d467326005d1 drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
60dd6312bb2c drm/komeda: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
eee7a1ba705f drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
942e6cfc5afc drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
afd89164de0f drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
2fac6e07e14c drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
e8556d3ea42c drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory




More information about the Intel-xe mailing list