Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
From: Ben Hutchings Date: Thu, Aug 26, 2010 at 04:59:21PM +0100 > should define dummy inline functions if CONFIG_VGA_ARB > is not defined. It already does this for vga_client_register() but should > cover the other functions as well. But what if you still need the VGA arbitration functionality

Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Ben Hutchings
On Thu, Aug 26, 2010 at 05:29:54PM +0200, Carlos R. Mafra wrote: > On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > > I get: > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > drivers/built-in.o: In function `intel_modeset_init': > > (.text+0xa993f): undefined reference t

Re: [PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Carlos R. Mafra
On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > I get: > > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `intel_modeset_init': > (.text+0xa993f): undefined reference to `vga_get' > drivers/built-in.o: In function `intel_modeset_init': > (.text+0x

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
I get: LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `intel_modeset_init': (.text+0xa993f): undefined reference to `vga_get' drivers/built-in.o: In function `intel_modeset_init': (.text+0xa9963): undefined reference to `vga_put' make: *** [.tmp_vmlinux1] Error 1

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
From: Ben Hutchings Date: Thu, Aug 26, 2010 at 04:59:21PM +0100 > should define dummy inline functions if CONFIG_VGA_ARB > is not defined. It already does this for vga_client_register() but should > cover the other functions as well. But what if you still need the VGA arbitration functionality

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Carlos R. Mafra
On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > I get: > > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `intel_modeset_init': > (.text+0xa993f): undefined reference to `vga_get' > drivers/built-in.o: In function `intel_modeset_init': > (.text+0x

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Ben Hutchings
On Thu, Aug 26, 2010 at 05:29:54PM +0200, Carlos R. Mafra wrote: > On Do 26.Aug'10 at 16:59:18 +0200, Borislav Petkov wrote: > > I get: > > > > LD init/built-in.o > > LD .tmp_vmlinux1 > > drivers/built-in.o: In function `intel_modeset_init': > > (.text+0xa993f): undefined reference t

[PATCH] i915, drm: Fix build dependency on VGA_ARB

2010-08-26 Thread Borislav Petkov
I get: LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `intel_modeset_init': (.text+0xa993f): undefined reference to `vga_get' drivers/built-in.o: In function `intel_modeset_init': (.text+0xa9963): undefined reference to `vga_put' make: *** [.tmp_vmlinux1] Error 1