2022-10-10 12:24:24

by Maxime Ripard

[permalink] [raw]
Subject: Re: (subset) [PATCH v4 12/30] drm/modes: Only consider bpp and refresh before options

On Thu, 29 Sep 2022 18:31:06 +0200, Maxime Ripard wrote:
> Some video= options might have a value that contains a dash. However, the
> command line parsing mode considers all dashes as the separator between the
> mode and the bpp count.
>
> Let's rework the parsing code a bit to only consider a dash as the bpp
> separator if it before a comma, the options separator.
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime