]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
authorAlex Hung <alex.hung@canonical.com>
Tue, 18 Dec 2018 04:00:54 +0000 (12:00 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 18 Dec 2018 10:06:05 +0000 (11:06 +0100)
commit96f2f3394655e46673457c4e7030528ab7f8108d
treed82117098b4bccba5cac85cff1fafcf43d83be4d
parentcdabd85799ad6fbcc9b19037eea605d7b7de6d15
ACPI / OSI: Add OEM _OSI string to enable dGPU direct output

For HP Inc. mobile workstation with hybrid graphics support, dGPU can
directly output to external monitors; however, Nvidia and AMD's Linux
drivers aren't able to support this feature.

The OEM _OSI string "Linux-HPI-Hybrid-Graphics" is used by BIOS to
implement dGPU direct output to external monitors.

The form of the OEM _OSI strings is defined by each OEMs and is
discussed in Documentation/acpi/osi.txt.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osi.c