public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Fw: Re: drm bugs hopefully fixed but there might still be one..
       [not found] <20050324123207.31b3f867.akpm@osdl.org>
@ 2005-03-24 21:09 ` Andrew Clayton
  2005-03-24 21:16   ` Dave Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Clayton @ 2005-03-24 21:09 UTC (permalink / raw)
  To: Andrew Morton, Jesse Barnes, Dave Jones, Dave Airlie; +Cc: lkml, Jean Delvare

On Thu, 2005-03-24 at 12:32 -0800, Andrew Morton wrote:
> ?
> 
> Begin forwarded message:
> 

[snip]

> > You mean these changes?
> > 
> > --- a/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
> > +++ b/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
> > @@ -83,8 +83,10 @@
> >  
> >         pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp);
> >         temp |= (1<<7);
> > +       temp &= ~0x7f;
> >         pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
> >         temp &= ~(1<<7);
> > +       temp &= ~0x7f;
> >         pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
> >  }
> 
> Exactlty. I had to revert this one since 2.6.11-bk3, or starting X kills
> the machine. By "kill", I mean the real thing, black screen, dead
> network, reset is the only choice. This is a (surprise!) VIA-based
> motherboard (Asus A7V133-C) with Radeon 9200-based graphics adapter.
> Dave Airlie was asking for a tester with such a configuration. I can
> test whatever you want. Just tell me what we are looking for :)
> 
> With the patch above reverted, 2.6.12-rc1-mm2 seems to work just fine
> for me. glxgears is OK and I just had a game of UT (first of the name).
> However, I am not a regular gamer so I'm not sure what to look for.
> 
> Thanks,


Bingo!

Backing out that change to a 2.6.12-rc1 solves the exact same problem
I've been having since 2.6.11-bk3. VIA chipset + Radeon 9200SE.

http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1096.html


Cheers,

Andrew


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fw: Re: drm bugs hopefully fixed but there might still be one..
  2005-03-24 21:09 ` Fw: Re: drm bugs hopefully fixed but there might still be one Andrew Clayton
@ 2005-03-24 21:16   ` Dave Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Jones @ 2005-03-24 21:16 UTC (permalink / raw)
  To: Andrew Clayton
  Cc: Andrew Morton, Jesse Barnes, Dave Airlie, lkml, Jean Delvare,
	torvalds

On Thu, Mar 24, 2005 at 09:09:47PM +0000, Andrew Clayton wrote:
 > On Thu, 2005-03-24 at 12:32 -0800, Andrew Morton wrote:
 > > ?
 > > 
 > > Begin forwarded message:
 > > 
 > 
 > [snip]
 > 
 > > > You mean these changes?
 > > > 
 > > > --- a/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
 > > > +++ b/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
 > > > @@ -83,8 +83,10 @@
 > > >  
 > > >         pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp);
 > > >         temp |= (1<<7);
 > > > +       temp &= ~0x7f;
 > > >         pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
 > > >         temp &= ~(1<<7);
 > > > +       temp &= ~0x7f;
 > > >         pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
 > > >  }
 > > 
 > > Exactlty. I had to revert this one since 2.6.11-bk3, or starting X kills
 > > the machine. By "kill", I mean the real thing, black screen, dead
 > > network, reset is the only choice. This is a (surprise!) VIA-based
 > > motherboard (Asus A7V133-C) with Radeon 9200-based graphics adapter.
 > > Dave Airlie was asking for a tester with such a configuration. I can
 > > test whatever you want. Just tell me what we are looking for :)
 > > 
 > > With the patch above reverted, 2.6.12-rc1-mm2 seems to work just fine
 > > for me. glxgears is OK and I just had a game of UT (first of the name).
 > > However, I am not a regular gamer so I'm not sure what to look for.
 > > 
 > > Thanks,
 > 
 > 
 > Bingo!
 > 
 > Backing out that change to a 2.6.12-rc1 solves the exact same problem
 > I've been having since 2.6.11-bk3. VIA chipset + Radeon 9200SE.
 > 
 > http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/1096.html

Yes, it's clearly completely broken. Linus, please cset -x that one
from your tree.

		Dave


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-24 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20050324123207.31b3f867.akpm@osdl.org>
2005-03-24 21:09 ` Fw: Re: drm bugs hopefully fixed but there might still be one Andrew Clayton
2005-03-24 21:16   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox