✗ CI.checkpatch: warning for drm: Eliminate redundant drm_format_info lookups
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 10 18:47:09 UTC 2025
== Series Details ==
Series: drm: Eliminate redundant drm_format_info lookups
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 53875f928adf2a939f6bf72636629e05ad82589d
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>
+ /mt/dim checkpatch c56353870b17912f7d08fee2736fe7a740421b07 drm-intel
92237a70a626 drm: Pass pixel_format+modifier to .get_format_info()
a5b7b47ea6fb drm: Pass pixel_format+modifier directly to drm_get_format_info()
c4a1878f0388 drm: Look up the format info earlier
414bafeb8688 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
41ea2449f087 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
ab4535a57987 drm/malidp: Pass along the format info from .fb_create() malidp_verify_afbc_framebuffer_size()
d32bd003ef21 drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
377e903433c2 drm/gem/afbc: Eliminate redundant drm_get_format_info()
194a83ccbd5a drm/amdgpu: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
6bb37ddf937e drm/armada: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
7fb84e8758e4 drm/exynos: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
91d6935dcf0a drm/gma500: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
afcbd427c6ad drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
992b009701e7 drm/komeda: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
1a213e0fa0bf drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
e8b0db99fa84 drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
62aa8cbf8e47 drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
0b7dd3dfdeaa drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
53875f928adf drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory
More information about the Intel-xe
mailing list