fix a layering violation in videobuf2 and improve dma_map_resource

From: Christoph Hellwig
Date: Fri Jan 11 2019 - 13:18:10 EST


Hi all,

this series fixes a rather gross layering violation in videobuf2, which
pokes into arm DMA mapping internals to get a DMA address for memory that
does not have a page structure, and to do so fixes up the dma_map_resource
implementation to be practically useful.