Skip to content

Commit 78ebefd

Browse files
Wer-Wolfrafaeljw
authored andcommitted
ACPICA: Add support for the Microsoft display mux _OSI string
As per [1]. Link: https://learn.microsoft.com/en-us/windows-hardware/drivers/display/automatic-display-switch [1] Link: acpica/acpica@28b644211ff2 Signed-off-by: Armin Wolf <W_Armin@gmx.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/10790566.nUPlyArG6x@rafael.j.wysocki
1 parent 55e8199 commit 78ebefd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

drivers/acpi/acpica/utosi.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ static struct acpi_interface_info acpi_default_supported_interfaces[] = {
9292
{"Processor Device", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
9393
{"3.0 Thermal Model", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
9494
{"3.0 _SCP Extensions", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
95-
{"Processor Aggregator Device", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0}
95+
{"Processor Aggregator Device", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0},
96+
97+
/* See https://learn.microsoft.com/en-us/windows-hardware/drivers/display/automatic-display-switch */
98+
99+
{"DisplayMux", NULL, ACPI_OSI_OPTIONAL_FEATURE, 0}
96100
};
97101

98102
/*******************************************************************************

0 commit comments

Comments
 (0)