Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751031AbVJ2Noh (ORCPT ); Sat, 29 Oct 2005 09:44:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751035AbVJ2Nog (ORCPT ); Sat, 29 Oct 2005 09:44:36 -0400 Received: from fairlite.demon.co.uk ([80.176.228.186]:15501 "EHLO windows.demon.co.uk") by vger.kernel.org with ESMTP id S1751028AbVJ2Nog (ORCPT ); Sat, 29 Oct 2005 09:44:36 -0400 Subject: Re: Intel D945GNT crashes with AGP enabled From: Alan Hourihane To: Marcel Holtmann Cc: Dave Jones , linux-kernel@vger.kernel.org In-Reply-To: <1130588872.24907.1.camel@blade> References: <1130506715.5345.7.camel@blade> <20051028162806.GA4340@redhat.com> <1130518160.5372.6.camel@blade> <1130585267.5360.12.camel@blade> <1130588872.24907.1.camel@blade> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 29 Oct 2005 14:44:30 +0100 Message-Id: <1130593470.6786.4.camel@jetpack.demon.co.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1596 Lines: 39 On Sat, 2005-10-29 at 14:27 +0200, Marcel Holtmann wrote: > Hi Dave, > > > And btw why can't I compile the intelfb on x86_64? I use the internal > > graphics card (8086:2772) of the D945GNT motherboard. > > > > 0000:00:02.0 VGA compatible controller: Intel Corporation 945G Integrated Graphics Controller (rev 02) > > > > The Kconfig file makes it unselectable on x86_64 system. > > > > config FB_INTEL > > tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" > > depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64 > > > > It seems that the most recent support in this driver is for the 915G and > > not for the 945G. Are they so different that we need a complete new > > driver or is the !X86_64 a relict from old times? > > it seems that the first problem is: > > arch/x86_64/kernel/built-in.o: In function `pci_iommu_init': > pci-gart.c:(.init.text+0x8f0c): undefined reference to `agp_amd64_init' > pci-gart.c:(.init.text+0x8f1a): undefined reference to `agp_bridge' > pci-gart.c:(.init.text+0x8f1f): undefined reference to `agp_copy_info' > make: *** [.tmp_vmlinux1] Error 1 > > Is this fixable or will the intelfb never work on x86_64 system? You are barking up the wrong tree with this. Read the tristate line. It doesn't mention 915 or 945 support. Intelfb only supports upto the 865G anyway. Alan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/