Bug in i810 agp support?

2005-06-29 Thread Jon Smirl
In i810/server/i810_dri.c there is a call to agp alloc without the type set to zero: drmAgpAlloc(ctx-drmFD, 4096 * 1024, 1, NULL, dcacheHandle); A type of one translates into U16_APER_SIZE which doesn't match the request size of 4MB. Is this a bug or do I not understand the type parameter on agp

Re: Bug in i810 agp support?

2005-06-29 Thread Keith Whitwell
Jon Smirl wrote: In i810/server/i810_dri.c there is a call to agp alloc without the type set to zero: drmAgpAlloc(ctx-drmFD, 4096 * 1024, 1, NULL, dcacheHandle); A type of one translates into U16_APER_SIZE which doesn't match the request size of 4MB. Is this a bug or do I not understand the

Re: Bug in i810 agp support?

2005-06-29 Thread Jon Smirl
On 6/29/05, Keith Whitwell [EMAIL PROTECTED] wrote: Jon Smirl wrote: In i810/server/i810_dri.c there is a call to agp alloc without the type set to zero: drmAgpAlloc(ctx-drmFD, 4096 * 1024, 1, NULL, dcacheHandle); A type of one translates into U16_APER_SIZE which doesn't match the

Re: Bug in i810 agp support?

2005-06-29 Thread Eric Anholt
On Wed, 2005-06-29 at 13:36 -0400, Jon Smirl wrote: On 6/29/05, Keith Whitwell [EMAIL PROTECTED] wrote: Jon Smirl wrote: In i810/server/i810_dri.c there is a call to agp alloc without the type set to zero: drmAgpAlloc(ctx-drmFD, 4096 * 1024, 1, NULL, dcacheHandle); A type of one