Re: [PATCH] vgaarb: Stub vga_set_legacy_decoding()

2015-03-04 Thread Alex Williamson
On Thu, 2015-03-05 at 09:43 +1000, Dave Airlie wrote: > On 25 February 2015 at 02:16, Alex Williamson > wrote: > > vga_set_legacy_decoding() is defined in drivers/gpu/vga/vgaarb.c, > > which is only compiled with CONFIG_VGA_ARB. A caller would > > therefore get an undefined symbol if the VGA arbi

Re: [PATCH] vgaarb: Stub vga_set_legacy_decoding()

2015-03-04 Thread Dave Airlie
On 25 February 2015 at 02:16, Alex Williamson wrote: > vga_set_legacy_decoding() is defined in drivers/gpu/vga/vgaarb.c, > which is only compiled with CONFIG_VGA_ARB. A caller would > therefore get an undefined symbol if the VGA arbiter is not > enabled. Acked-by: Dave Airlie > Signed-off-by:

[PATCH] vgaarb: Stub vga_set_legacy_decoding()

2015-02-24 Thread Alex Williamson
vga_set_legacy_decoding() is defined in drivers/gpu/vga/vgaarb.c, which is only compiled with CONFIG_VGA_ARB. A caller would therefore get an undefined symbol if the VGA arbiter is not enabled. Signed-off-by: Alex Williamson --- I'd like to use this function from vfio-pci to opt-out VGA devices