Skip to content
Unverified Commit 728a257f authored by Maxime Ripard's avatar Maxime Ripard Committed by Maxime Ripard
Browse files

drm/modes: Fix the command line parser to take force options into account



The command line parser when it has been rewritten introduced a regression
when the only thing on the command line is an option to force the detection
of a connector (such as video=HDMI-A-1:d), which are completely valid.

It's been further broken by the support for the named modes which take
anything that is not a resolution as a named mode.

Let's fix this by running the extra command line option parser on the named
modes if they only take a single character.

Fixes: e08ab74b ("drm/modes: Rewrite the command line parser")
Reported-by: default avatarJernej Škrabec <jernej.skrabec@gmail.com>
Reported-by: default avatarThomas Graichen <thomas.graichen@googlemail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Tested-by: default avatarThomas Graichen <thomas.graichen@gmail.com>
Reviewed-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190827115850.25731-2-mripard@kernel.org
parent 325d0ab3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment