Skip to content

Commit e54049d

Browse files
superm1rafaeljw
authored andcommitted
ACPI: OSI: Remove Linux-HPI-Hybrid-Graphics _OSI string
This string was introduced because drivers for NVIDIA hardware didn't handle mux control properly. This was fixed by commit 8e55f99 ("drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops"), so vendors shouldn't be using this string to modify ASL any more. Suggested-by: Kai-Heng Feng <kai.heng.feng@canonical.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 7c3ad60 commit e54049d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

drivers/acpi/osi.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +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-HPI-Hybrid-Graphics is used by BIOS to enable dGPU to
49-
* output video directly to external monitors on HP Inc. mobile
50-
* workstations as Nvidia and AMD VGA drivers provide limited
51-
* hybrid graphics supports.
52-
*/
53-
{"Linux-HPI-Hybrid-Graphics", true},
5447
};
5548

5649
static u32 acpi_osi_handler(acpi_string interface, u32 supported)

0 commit comments

Comments
 (0)