2 Jul 2010 22:47
Contiguous memory allocations
Eric Nelson <eric.nelson <at> boundarydevices.com>
2010-07-02 20:47:40 GMT
2010-07-02 20:47:40 GMT
Does anyone know if there's a common infrastructure for allocation of DMA'able memory by drivers and applications above the straight kernel API (dma_alloc_coherent)? I'm working with Freescale i.MX51 drivers to do 720P video input and output and the embedded calls to dma_alloc_coherent fail except when used right after boot because of fragmentation. I'm fighting the urge to write yet another special-purpose allocator for video buffers thinking this must be a common problem with a solution already, but I can't seem to locate one. The closest thing I've found is the bigphysarea patch, which doesn't appear to be supported or headed toward main-line. Thanks in advance, Eric Nelson -- video4linux-list mailing list Unsubscribe mailto:video4linux-list-request <at> redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list
RSS Feed