Skip to content

Commit 7c3ad60

Browse files
superm1rafaeljw
authored andcommitted
ACPI: OSI: Remove Linux-Lenovo-NV-HDMI-Audio _OSI string
This string was introduced because drivers for NVIDIA hardware didn't handle HDMI properly. This was fixed by commit b516ea5 ("PCI: Enable NVIDIA HDA controllers"), so vendors shouldn't be using this string to modify ASL any more. Suggested-by: Kai-Heng Feng <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2486751 commit 7c3ad60

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/acpi/osi.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ osi_setup_entries[OSI_STRING_ENTRIES_MAX] __initdata = {
4444
{"Processor Device", true},
4545
{"3.0 _SCP Extensions", true},
4646
{"Processor Aggregator Device", true},
47-
/*
48-
* Linux-Lenovo-NV-HDMI-Audio is used by BIOS to power on NVidia's HDMI
49-
* audio device which is turned off for power-saving in Windows OS.
50-
* This power management feature observed on some Lenovo Thinkpad
51-
* systems which will not be able to output audio via HDMI without
52-
* a BIOS workaround.
53-
*/
54-
{"Linux-Lenovo-NV-HDMI-Audio", true},
5547
/*
5648
* Linux-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
5749
* output video directly to external monitors on HP Inc. mobile

0 commit comments

Comments
 (0)