[PATCH v8 14/24] drm/modes: Properly generate a drm_display_mode from a named mode

Noralf Trønnes noralf at tronnes.org
Sat Nov 12 08:29:32 PST 2022



Den 10.11.2022 12.07, skrev Maxime Ripard:
> The framework will get the drm_display_mode from the drm_cmdline_mode it
> got by parsing the video command line argument by calling
> drm_connector_pick_cmdline_mode().
> 
> The heavy lifting will then be done by the drm_mode_create_from_cmdline_mode()
> function.
> 
> In the case of the named modes though, there's no real code to make that
> translation and we rely on the drivers to guess which actual display mode
> we meant.
> 
> Let's modify drm_mode_create_from_cmdline_mode() to properly generate the
> drm_display_mode we mean when passing a named mode.
> 
> Tested-by: Mateusz Kwiatkowski <kfyatek+publicgit at gmail.com>
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
> 
> ---

Reviewed-by: Noralf Trønnes <noralf at tronnes.org>



More information about the linux-arm-kernel mailing list