]> git.baikalelectronics.ru Git - kernel.git/commit
vga-switcheroo: Use vga_default_device()
authorMatthew Garrett <mjg@redhat.com>
Mon, 16 Apr 2012 20:26:03 +0000 (16:26 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 24 Apr 2012 08:50:16 +0000 (09:50 +0100)
commitd04f4b3c7c67d9284b9bfecb792d9546665b062c
tree262a6f5783ec3a91a5c7d51a63383a99965f2697
parent2c473170505fab55bf7dde6053b694ee8f17fbed
vga-switcheroo: Use vga_default_device()

vga-switcheroo currently changes the default VGA device by fiddling with
the IORESOURCE_ROM_SHADOW flag on the device. This isn't strictly accurate,
since there's no guarantee that switching also changes the ROM decoding.
Switch over to using the vgaarb functions for this.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/vga/vga_switcheroo.c