Re: [PATCH] AGPGART compat ioctl

2007-01-31 Thread Dave Jones
On Tue, Jan 30, 2007 at 09:50:24PM -0800, Zwane Mwaikambo wrote: > On Tue, 30 Jan 2007, Kyle McMartin wrote: > > > On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: > > > Hi Dave, > > > The following video card requires the agpgart driver ioctl > > > interface in order to

Re: [PATCH] AGPGART compat ioctl

2007-01-31 Thread Dave Jones
On Tue, Jan 30, 2007 at 09:50:24PM -0800, Zwane Mwaikambo wrote: On Tue, 30 Jan 2007, Kyle McMartin wrote: On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: Hi Dave, The following video card requires the agpgart driver ioctl interface in order to detect video

Re: [PATCH] AGPGART compat ioctl

2007-01-30 Thread Zwane Mwaikambo
On Tue, 30 Jan 2007, Kyle McMartin wrote: > On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: > > Hi Dave, > > The following video card requires the agpgart driver ioctl > > interface in order to detect video memory. > > > > Tested with testgart.c on parisc64, seems to work

Re: [PATCH] AGPGART compat ioctl

2007-01-30 Thread Kyle McMartin
On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: > Hi Dave, > The following video card requires the agpgart driver ioctl > interface in order to detect video memory. > Tested with testgart.c on parisc64, seems to work alright. Thanks for doing this work, Zwane. I've been

Re: [PATCH] AGPGART compat ioctl

2007-01-30 Thread Kyle McMartin
On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: Hi Dave, The following video card requires the agpgart driver ioctl interface in order to detect video memory. Tested with testgart.c on parisc64, seems to work alright. Thanks for doing this work, Zwane. I've been

Re: [PATCH] AGPGART compat ioctl

2007-01-30 Thread Zwane Mwaikambo
On Tue, 30 Jan 2007, Kyle McMartin wrote: On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: Hi Dave, The following video card requires the agpgart driver ioctl interface in order to detect video memory. Tested with testgart.c on parisc64, seems to work alright.

Re: [PATCH] AGPGART compat ioctl

2007-01-29 Thread Zwane Mwaikambo
Hi Christoph, Thanks for the input. The following has your recommendations; drivers/char/agp/Makefile |1 drivers/char/agp/agp.h |2 drivers/char/agp/compat_ioctl.c | 282 drivers/char/agp/compat_ioctl.h | 105 ++

Re: [PATCH] AGPGART compat ioctl

2007-01-29 Thread Zwane Mwaikambo
Hi Christoph, Thanks for the input. The following has your recommendations; drivers/char/agp/Makefile |1 drivers/char/agp/agp.h |2 drivers/char/agp/compat_ioctl.c | 282 drivers/char/agp/compat_ioctl.h | 105 ++

Re: [PATCH] AGPGART compat ioctl

2007-01-28 Thread Christoph Hellwig
On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: > --- linux-2.6.20-rc4-mm1/include/linux/agpgart.h 27 Jan 2007 22:04:06 > - 1.1.1.1 > +++ linux-2.6.20-rc4-mm1/include/linux/agpgart.h 27 Jan 2007 22:41:23 > - > @@ -114,6 +114,67 @@ typedef struct

Re: [PATCH] AGPGART compat ioctl

2007-01-28 Thread Christoph Hellwig
On Sat, Jan 27, 2007 at 07:28:07PM -0800, Zwane Mwaikambo wrote: --- linux-2.6.20-rc4-mm1/include/linux/agpgart.h 27 Jan 2007 22:04:06 - 1.1.1.1 +++ linux-2.6.20-rc4-mm1/include/linux/agpgart.h 27 Jan 2007 22:41:23 - @@ -114,6 +114,67 @@ typedef struct _agp_unbind {