Re: found the problem with the kernel DRM

2005-08-28 Thread Paul Mackerras
Ian Romanick writes: > I can't get a 32-bit or 64-bit build to work properly on pSeries. I'm > stuck on bugzilla #433. My digging so far is leading me into generic > PCI code. Is it possible that your 64-bit server on G5 problems are > related? Turns out that the problem was that sys_pciconfig

Re: found the problem with the kernel DRM

2005-08-23 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Mackerras wrote: > I found why my G5 was crashing when using the linux-2.6 version of the > DRM + git-drm.patch from 2.6.13-rc6-mm1, but not with the CVS DRM. > The reason was that dev->agp->cant_use_aperture wasn't getting set, > and the reason

Re: found the problem with the kernel DRM

2005-08-22 Thread Dave Airlie
> I found why my G5 was crashing when using the linux-2.6 version of the > DRM + git-drm.patch from 2.6.13-rc6-mm1, but not with the CVS DRM. > The reason was that dev->agp->cant_use_aperture wasn't getting set, > and the reason for that was that no longer gets > included and the #if LINUX_VERSIO

found the problem with the kernel DRM

2005-08-22 Thread Paul Mackerras
Dave, I found why my G5 was crashing when using the linux-2.6 version of the DRM + git-drm.patch from 2.6.13-rc6-mm1, but not with the CVS DRM. The reason was that dev->agp->cant_use_aperture wasn't getting set, and the reason for that was that no longer gets included and the #if LINUX_VERSION_CO