ACPI: video: Add force_vendor quirk for Sony Vaio PCG-FRV35
authorHans de Goede <hdegoede@redhat.com>
Mon, 14 Nov 2022 14:44:56 +0000 (15:44 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 16 Nov 2022 18:52:48 +0000 (19:52 +0100)
commit23735543eb228c604e59f99f2f5d13aa507e5db2
treea022fa7524b50f513c980372908e25d7c38c3b6b
parent84d56f326a8ef0071df8c0c3b983b9e2c3b73006
ACPI: video: Add force_vendor quirk for Sony Vaio PCG-FRV35

The Sony Vaio PCG-FRV35 advertises both native and vendor backlight
control interfaces. With the upcoming changes to prefer native over
vendor acpi_video_get_backlight_type() will start returning native on
these laptops.

But the native radeon_bl0 interface does not work, where as the sony
vendor interface does work. Add a quirk to force use of the vendor
interface.

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