ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX backlight from the cmdline
authorHans de Goede <hdegoede@redhat.com>
Mon, 9 Jan 2023 19:18:11 +0000 (20:18 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Jan 2023 19:20:51 +0000 (20:20 +0100)
commit420a1116aef0e8e12c305508f45ce73e5ae30a09
treea9cc2a8419550994496b8768e8d264d60efea68b
parentb7bfaa761d760e72a969d116517eaa12e404c262
ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX backlight from the cmdline

The patches adding NVidia-WMI-EC and Apple GMUX backlight detection
support to acpi_video_get_backlight_type(), forgot to update
acpi_video_parse_cmdline() to allow manually selecting these from
the commandline.

Add support for these to acpi_video_parse_cmdline().

Fixes: fe7aebb40d42 ("ACPI: video: Add Nvidia WMI EC brightness control detection (v3)")
Fixes: 21245df307cb ("ACPI: video: Add Apple GMUX brightness control detection")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video_detect.c