# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_VGA_ARB[0m bool "VGA Arbitration" if [31mCONFIG_EXPERT[0m default y depends on ([31mCONFIG_PCI[0m && ![31mCONFIG_S390[0m) help Some "legacy" VGA devices implemented on [31mCONFIG_PCI[0m typically have the same hard-decoded addresses as they did on [31mCONFIG_ISA[0m. When multiple [31mCONFIG_PCI[0m devices are accessed at same time they need some kind of coordination. Please see Documentation/gpu/vgaarbiter.rst for more details. Select this to enable VGA arbiter. config [31mCONFIG_VGA_ARB_MAX_GPUS[0m int "Maximum number of GPUs" default 16 depends on [31mCONFIG_VGA_ARB[0m help Reserves space in the kernel to maintain resource locking for multiple GPUS. The overhead for each GPU is very small. config [31mCONFIG_VGA_SWITCHEROO[0m bool "Laptop Hybrid Graphics - GPU switching support" depends on [31mCONFIG_X86[0m depends on [31mCONFIG_ACPI[0m depends on [31mCONFIG_PCI[0m depends on ([31mCONFIG_FRAMEBUFFER_CONSOLE[0m=n || [31mCONFIG_FB[0m=y) select [31mCONFIG_VGA_ARB[0m help Many laptops released in 2008/9/10 have two GPUs with a multiplexer to switch between them. This adds support for dynamic switching when X isn't running and delayed switching until the next logoff. This feature is called hybrid graphics, ATI PowerXpress, and Nvidia HybridPower. |