@vger.kernel.org
> Cc: k.deb...@samsung.com; jaeryul...@samsung.com; jonghun@samsung.com;
> kgene@samsung.com
> Subject: RE: [PATCH 0/1] v4l: videobuf2: Add DMA pool allocator
>
> Hello,
>
> On Thursday, December 30, 2010 5:55 AM Jeongtae Park wrote:
>
Hello,
On Thursday, December 30, 2010 5:55 AM Jeongtae Park wrote:
> The DMA pool allocator allocates a memory using dma_alloc_coherent(),
> creates a pool using generic allocator in the initialization.
> For every allocation requests, the allocator returns a part of its
> memory pool using gener
Hello!
The DMA pool allocator allocates a memory using dma_alloc_coherent(),
creates a pool using generic allocator in the initialization.
For every allocation requests, the allocator returns a part of its
memory pool using generic allocator instead of new memory allocation.
This allocator used f