Allocate memory as contiguos as possible to support dma engines with limitated
amount of sg-descriptors.
Replace private structer vb2_dma_sg_desc with generic struct sg_table.
PS: This series of patches is the evolution of my previous patch for vb2-dma-sg
to allocate the memory as contiguos as
Allocate memory as contiguos as possible to support dma engines with limitated
amount of sg-descriptors.
Replace private structer vb2_dma_sg_desc with generic struct sg_table.
PS: This series of patches is the evolution of my previous patch for vb2-dma-sg
to allocate the memory as contiguos as