[PATCH] pci_pretty_name cleanups

2005-10-29 Thread Jean Delvare
Hi David, all, Looks like the PCI names database removal was done in a rush on the drm front. I propose the following cleanup. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> --- drivers/char/drm/drmP.h |4 drivers/char/drm/i810_drv.c |5 ++--- drivers/char/drm/i830_drv.c

Re: r300 powerpc: success (absolutely!)

2005-10-29 Thread Benjamin Herrenschmidt
> > Aapo you commit anything about the endian swapping for fixing > > what Mattias was experiencing in his last report ? > > No. Sounds like 32-bit elts work for ppc. > 16-bit elts are used in vtxfmt_a path so thats still broken. They probably need HDW swapping... AFAIK, the CCE is doing 32 bits

Re: [PATCH] pci_pretty_name cleanups

2005-10-29 Thread Dave Airlie
The current CVS has changed the whole way this is called.. I'll be putting that patch into git for 2.6.15 soon.. Dave. On Fri, 28 Oct 2005, Jean Delvare wrote: > Hi David, all, > > Looks like the PCI names database removal was done in a rush on the > drm front. I propose the following cleanup.