Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread cliff white
On Thu, 24 Mar 2005 14:21:31 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > cliff white <[EMAIL PROTECTED]> wrote: > > > > Okay, i have a iBook G4, with radeon, with 2.6.12-rc1-mm2, i'm getting the > > following OOPS > > on boot. > > Please try reverting agp-make-some-code-static.patch (Dunno

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
cliff white <[EMAIL PROTECTED]> wrote: > > -extern struct agp_bridge_data *(*agp_find_bridge)(struct pci_dev *); > - Oh crap, so the compiler decided that agp_find_bridge() was a function and decided to jump to it, rather than reading from it and doing an indirect jump. Yup, that'll crash it. So

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
cliff white <[EMAIL PROTECTED]> wrote: > > Okay, i have a iBook G4, with radeon, with 2.6.12-rc1-mm2, i'm getting the > following OOPS > on boot. Please try reverting agp-make-some-code-static.patch (Dunno why that would fix an oops, but apparently it does). --

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread cliff white
On Thu, 24 Mar 2005 10:33:02 + (GMT) Dave Airlie <[EMAIL PROTECTED]> wrote: > > Hi Andrew, Dave, > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two patches in your tree.. the one fro

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Jesse Barnes
On Thursday, March 24, 2005 10:18 am, Dave Jones wrote: > > I'm trying to get ahold of one--so hopefully I'll be able to test and > > fix this stuff up when I do. > > Aparently backing out the changes to via's tlb_flush routine fixed it > for one VIA user. I've not had a chance to look into it ju

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Dave Jones
On Thu, Mar 24, 2005 at 09:02:03AM -0800, Jesse Barnes wrote: > On Thursday, March 24, 2005 2:33 am, Dave Airlie wrote: > > Hi Andrew, Dave, > > > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you d

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Jesse Barnes
On Thursday, March 24, 2005 2:33 am, Dave Airlie wrote: > Hi Andrew, Dave, > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two patches in your tree.. the one from Brice and the one I attache

Re: drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Andrew Morton
Dave Airlie <[EMAIL PROTECTED]> wrote: > > I've put a couple of patches into my drm-2.6 tree that hopefully fix up > the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop > the two patches in your tree.. the one from Brice and the one I attached > to the bug? you'll get confli

drm bugs hopefully fixed but there might still be one..

2005-03-24 Thread Dave Airlie
Hi Andrew, Dave, I've put a couple of patches into my drm-2.6 tree that hopefully fix up the multi-bridge on i915 and the XFree86 4.3 issue.. Andrew can you drop the two patches in your tree.. the one from Brice and the one I attached to the bug? you'll get conflicts anyway I'm sure. I had to mod