OSDN Git Service

fbdev: Read video= option with fb_get_option() in modedb
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 9 Feb 2023 13:55:03 +0000 (14:55 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 20 Feb 2023 13:56:45 +0000 (14:56 +0100)
commit089d924d03d5c17b05d02992f57671ccfba1c4f0
tree962040f66e74e579f96102cc4454c78719370e24
parentcbfb2632003d4e0bb3bc69b9ba5e39621f8aa45b
fbdev: Read video= option with fb_get_option() in modedb

Get the kernel's global video= parameter with fb_get_option(). Done
to unexport the internal fbdev state fb_mode_config. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230209135509.7786-6-tzimmermann@suse.de
drivers/video/fbdev/core/modedb.c