Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vga-switcheroo: select VGA arbitration.

Since Matthew's changes we have to select arbitration.

Reported-by: devh on #radeon
Signed-off-by: Dave Airlie <airlied@redhat.com>

+1
+1
drivers/gpu/vga/Kconfig
··· 21 21 bool "Laptop Hybrid Graphics - GPU switching support" 22 22 depends on X86 23 23 depends on ACPI 24 + select VGA_ARB 24 25 help 25 26 Many laptops released in 2008/9/10 have two GPUs with a multiplexer 26 27 to switch between them. This adds support for dynamic switching when