Re: drm_addbufs_pci bug?

2006-02-17 Thread Dave Airlie
> Hi. New to hacking on the DRM so I may be seeing something wrong: > drm_bufs.c:drm_addbufs_pci doesn't set buf->bus_address. Is this correct or > a bug? If it's correct, what should I be using to pass the system memory > address to the card for DMA? > Try the attached patch, I haven't tested

drm_addbufs_pci bug?

2006-02-17 Thread Jim Duchek
Hi.  New to hacking on the DRM so I may be seeing something wrong:  drm_bufs.c:drm_addbufs_pci doesn't set buf->bus_address.  Is this correct or a bug?  If it's correct, what should I be using to pass the system memory address to the card for DMA? Thanks,Jim