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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:58:15 +0000 (11:58 +0100)
commit1f4a9408024e268fe0519bfa3d2ed8c86ab1d4a4
treec869c1fbc0d5b886ca4fe171b402987328821ced
parent462ed8a2bebae3d7a039187d8d7a06094a43ff2e
ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX backlight from the cmdline

commit 420a1116aef0e8e12c305508f45ce73e5ae30a09 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/video_detect.c