Re: Re: [PATCH] Re: More than 2Gb problem (dvb related) ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux