I want to help with ATI Mobility Radeon 9600

2005-12-09 Thread Erik
Hi, i read at http://r300.sourceforge.net/R300.php that: "The following are general areas where help would be very welcome: Try the driver and report how well it works on your card." I want to help with this. My system is a Dell Inspiron 8600 with Gentoo. System information: # lspci|grep ATI 0

Re: Tiny patch for a typedef...

2005-12-09 Thread Adam Jackson
On Thursday 08 December 2005 09:13, Brian Paul wrote: > I've checked in the fix. It was a typo. > > I'm curious what platform you're compiling on that C99 isn't supported. Strictly speaking, no shipping compiler implements all of c99, gcc included. - ajax pgp3VFzPkbiL6.pgp Description: PGP sig

Re: [Mesa3d-dev] DRM/Mesa Patches

2005-12-09 Thread Roland Scheidegger
khaqq wrote: On Thu, 8 Dec 2005 22:35:37 -0500 Alex Deucher <[EMAIL PROTECTED]> wrote: On 12/8/05, Roland Scheidegger <[EMAIL PROTECTED]> wrote: khaqq wrote: I wonder if different *video* chip revisions could be a factor. An interesting idea. I've never heard that there were multiple rev

Re: [Mesa3d-dev] DRM/Mesa Patches

2005-12-09 Thread khaqq
On Thu, 8 Dec 2005 22:35:37 -0500 Alex Deucher <[EMAIL PROTECTED]> wrote: > On 12/8/05, Roland Scheidegger <[EMAIL PROTECTED]> wrote: > > khaqq wrote: > > > I wonder if different *video* chip revisions could be a factor. > > An interesting idea. I've never heard that there were multiple revisions

Re: map user space memory as gart memory for intel integrated graphics chip

2005-12-09 Thread Austin Yuan
On 12/8/05, Alan Cox <[EMAIL PROTECTED]> wrote: > On Iau, 2005-12-08 at 19:52 +0800, Austin Yuan wrote: > > buffer. Because the interface of "alloc_by_type" only receives a > > simple parameter "type", here I hide the user space address into > > "type" and re-get it in alloc_userspace_memory. > > T