* 2.6.36-rc2 drm compilation failure
@ 2010-08-23 11:32 Carlos R. Mafra
2010-08-23 15:48 ` Jesse Barnes
2010-08-23 23:22 ` Jesse Barnes
0 siblings, 2 replies; 4+ messages in thread
From: Carlos R. Mafra @ 2010-08-23 11:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Jesse Barnes
The compilation of 2.6.36-rc2 fails with the following error
LD .tmp_vmlinux1
drivers/built-in.o: In function `vga_get_uninterruptible':
/home/mafra/linux-2.6/include/linux/vgaarb.h:120: undefined reference to `vga_get'
drivers/built-in.o: In function `i915_disable_vga':
/home/mafra/linux-2.6/drivers/gpu/drm/i915/intel_display.c:5990: undefined reference to `vga_put'
make[1]: *** [.tmp_vmlinux1] Fehler 1
make: *** [sub-make] Fehler 2
but 2.6.36-rc1 compiled fine.
The machine is a Vaio 64-bit laptop with
VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
and my .config has
CONFIG_DRM_I915=y
CONFIG_DRM_I915_KMS=y
but also
# CONFIG_VGA_ARB is not set
I guess the following commit introduced the error 9cce37f4855a30cc
("drm/i915: fix VGA plane disable for Ironlake+").
If there's any other information I should provide, please let me know.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc2 drm compilation failure
2010-08-23 11:32 2.6.36-rc2 drm compilation failure Carlos R. Mafra
@ 2010-08-23 15:48 ` Jesse Barnes
2010-08-23 23:22 ` Jesse Barnes
1 sibling, 0 replies; 4+ messages in thread
From: Jesse Barnes @ 2010-08-23 15:48 UTC (permalink / raw)
To: Carlos R. Mafra; +Cc: linux-kernel
On Mon, 23 Aug 2010 13:32:48 +0200
"Carlos R. Mafra" <crmafra2@gmail.com> wrote:
> The compilation of 2.6.36-rc2 fails with the following error
>
> LD .tmp_vmlinux1
> drivers/built-in.o: In function `vga_get_uninterruptible':
> /home/mafra/linux-2.6/include/linux/vgaarb.h:120: undefined reference to `vga_get'
> drivers/built-in.o: In function `i915_disable_vga':
> /home/mafra/linux-2.6/drivers/gpu/drm/i915/intel_display.c:5990: undefined reference to `vga_put'
> make[1]: *** [.tmp_vmlinux1] Fehler 1
> make: *** [sub-make] Fehler 2
>
> but 2.6.36-rc1 compiled fine.
>
> The machine is a Vaio 64-bit laptop with
>
> VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
>
> and my .config has
>
> CONFIG_DRM_I915=y
> CONFIG_DRM_I915_KMS=y
>
> but also
>
> # CONFIG_VGA_ARB is not set
>
> I guess the following commit introduced the error 9cce37f4855a30cc
> ("drm/i915: fix VGA plane disable for Ironlake+").
>
> If there's any other information I should provide, please let me know.
Ah so we need to select VGA arb or make sure stubs are provided
for !VGA_ARB configs.
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc2 drm compilation failure
2010-08-23 11:32 2.6.36-rc2 drm compilation failure Carlos R. Mafra
2010-08-23 15:48 ` Jesse Barnes
@ 2010-08-23 23:22 ` Jesse Barnes
2010-08-23 23:49 ` Carlos R. Mafra
1 sibling, 1 reply; 4+ messages in thread
From: Jesse Barnes @ 2010-08-23 23:22 UTC (permalink / raw)
To: Carlos R. Mafra; +Cc: linux-kernel
On Mon, 23 Aug 2010 13:32:48 +0200
"Carlos R. Mafra" <crmafra2@gmail.com> wrote:
> The compilation of 2.6.36-rc2 fails with the following error
>
> LD .tmp_vmlinux1
> drivers/built-in.o: In function `vga_get_uninterruptible':
> /home/mafra/linux-2.6/include/linux/vgaarb.h:120: undefined reference to `vga_get'
> drivers/built-in.o: In function `i915_disable_vga':
> /home/mafra/linux-2.6/drivers/gpu/drm/i915/intel_display.c:5990: undefined reference to `vga_put'
> make[1]: *** [.tmp_vmlinux1] Fehler 1
> make: *** [sub-make] Fehler 2
>
> but 2.6.36-rc1 compiled fine.
>
> The machine is a Vaio 64-bit laptop with
>
> VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
>
> and my .config has
>
> CONFIG_DRM_I915=y
> CONFIG_DRM_I915_KMS=y
>
> but also
>
> # CONFIG_VGA_ARB is not set
>
> I guess the following commit introduced the error 9cce37f4855a30cc
> ("drm/i915: fix VGA plane disable for Ironlake+").
>
> If there's any other information I should provide, please let me know.
Oh I see Chris already posted a patch for this. Should be upstream
soon.
--
Jesse Barnes, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.36-rc2 drm compilation failure
2010-08-23 23:22 ` Jesse Barnes
@ 2010-08-23 23:49 ` Carlos R. Mafra
0 siblings, 0 replies; 4+ messages in thread
From: Carlos R. Mafra @ 2010-08-23 23:49 UTC (permalink / raw)
To: Jesse Barnes; +Cc: linux-kernel
On Mo 23.Aug'10 at 16:22:41 -0700, Jesse Barnes wrote:
> Oh I see Chris already posted a patch for this. Should be upstream
> soon.
Ok, I will wait then. Thanks for letting me know!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-23 23:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 11:32 2.6.36-rc2 drm compilation failure Carlos R. Mafra
2010-08-23 15:48 ` Jesse Barnes
2010-08-23 23:22 ` Jesse Barnes
2010-08-23 23:49 ` Carlos R. Mafra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox