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

Patchwork patchwork at emeril.freedesktop.org
Fri Apr 11 22:08:40 UTC 2025


== Series Details ==

Series: drm: Eliminate redundant drm_format_info lookups (rev6)
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 272b1eac3befca26b049a62a372df61035379905
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
1478e339e1d9 drm: Pass pixel_format+modifier to .get_format_info()
f911250b8c81 drm: Pass pixel_format+modifier directly to drm_get_format_info()
58eb929768e6 drm: Look up the format info earlier
343380eb0004 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
c0db18c86a66 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
676e50b0e384 drm/malidp: Pass along the format info from .fb_create() malidp_verify_afbc_framebuffer_size()
a2862ac4bd6e drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
13af95660d97 drm/gem/afbc: Eliminate redundant drm_get_format_info()
3171c27e24d1 drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
ba8724e90a58 drm/armada: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
629fa1d3bc4c drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
66cd2e695b31 drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
68f42c74e8a1 drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
4e70b5d3ba7b drm/komeda: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
0f9a87e783dd drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
964e91f123ee drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
5ab91b1191e4 drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
05869c1c5499 drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
272b1eac3bef drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory




More information about the Intel-xe mailing list