ACPI: video: Add backlight=native DMI quirk for Dell G15 5515
authorHans de Goede <hdegoede@redhat.com>
Mon, 31 Oct 2022 20:20:59 +0000 (21:20 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 7 Nov 2022 11:33:28 +0000 (12:33 +0100)
commitf46acc1efd4b5846de9fa05f966e504f328f34a6
tree122ca8c8f9d0971008a994d4d77ed87100f685f1
parent454d61a56d5e4c8cd9905f81d475d23f86f370af
ACPI: video: Add backlight=native DMI quirk for Dell G15 5515

The Dell G15 5515 has the WMI interface (and WMI call returns) expected
by the nvidia-wmi-ec-backlight interface. But the backlight class device
registered by the nvidia-wmi-ec-backlight driver does not actually work.

The amdgpu_bl0 native GPU backlight class device does actually work,
add a backlight=native DMI quirk for this.

Reported-by: Iris <pawel.js@protonmail.com>
Reviewed-by: Daniel Dadap <ddadap@nvidia.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
Changes in v2:
- Add a comment that this needs to be revisited when dynamic-mux
  support gets added (suggested by: Daniel Dadap)
drivers/acpi/video_detect.c