2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-02-01 13:38:10 +08:00
|
|
|
config VGA_SWITCHEROO
|
2010-05-18 01:54:04 +08:00
|
|
|
bool "Laptop Hybrid Graphics - GPU switching support"
|
2010-02-01 13:38:10 +08:00
|
|
|
depends on X86
|
|
|
|
depends on ACPI
|
2019-01-05 18:05:58 +08:00
|
|
|
depends on PCI
|
2019-06-24 17:21:53 +08:00
|
|
|
depends on (FRAMEBUFFER_CONSOLE=n || FB=y)
|
2012-04-17 02:01:17 +08:00
|
|
|
select VGA_ARB
|
2010-02-01 13:38:10 +08:00
|
|
|
help
|
2010-05-18 01:54:04 +08:00
|
|
|
Many laptops released in 2008/9/10 have two GPUs with a multiplexer
|
2010-02-01 13:38:10 +08:00
|
|
|
to switch between them. This adds support for dynamic switching when
|
2019-11-20 21:33:27 +08:00
|
|
|
X isn't running and delayed switching until the next logoff. This
|
2010-05-18 01:54:04 +08:00
|
|
|
feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
2010-02-01 13:38:10 +08:00
|
|
|
HybridPower.
|