Oliver Endriss wrote:
> After digging through the code, kernel DMA docs and the saa7146
> datasheet, I think that we should remove the scatter-gatter voodoo
> from the budget and av7110 driver. ;-)
> 
> What about the attached patch?
> - easy to understand and maintain
> - saves 1 page of memory (page table of the SAA7146 MMU)
> - saves PCI bandwidth (SAA7146 does not read page table anymore)
> 
> Comments?
> 

pci_alloc_consistent() allocates uncached memory. This makes the demuxer very 
slow. The 'scatter-gatter voodoo' is a
better solution. If exist a function, which can allocate cached continuous 
physical memory, you should replace
pci_alloc_consistent() with this function.

- Hartmut

_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to