OSDN Git Service

drm/modes: Rewrite the command line parser
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 19 Jun 2019 10:17:49 +0000 (12:17 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 19 Jun 2019 10:17:49 +0000 (12:17 +0200)
commite08ab74bd4c7a5fe311bc05f32dbb4f1e7fa3428
treeefd2a7a9d333758044b258803bd8157bf1f3c28b
parenta99076e87e0644088b09182bba147754ba7238ad
drm/modes: Rewrite the command line parser

Rewrite the command line parser in order to get away from the state machine
parsing the video mode lines.

Hopefully, this will allow to extend it more easily to support named modes
and / or properties set directly on the command line.

Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e32cd4009153b184103554009135c7bf7c9975d7.1560783090.git-series.maxime.ripard@bootlin.com
drivers/gpu/drm/drm_modes.c