]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm: Make passing of format info to drm_helper_mode_fill_fb_struct() mandatory
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Jul 2025 09:07:22 +0000 (12:07 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 16 Jul 2025 17:12:35 +0000 (20:12 +0300)
commit41ab92d35ccd2d66bfb049bd34cd95f0304b0240
tree4a9bfb2bf7b01801fe979a0581f3f1038de385a5
parent3f019d749671b21c31cf1290e6c6a9f107e78cb8
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@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250701090722.13645-20-ville.syrjala@linux.intel.com
drivers/gpu/drm/drm_modeset_helper.c