Something went wrong on our end
Select Git revision
Makefile
-
Laura Abbott authored
The current set of dma_ops only supports memory that's actually backed by struct pages. In the general case this is what we want, but there are some use cases where it's useful to allocate removed memory through dma APIs (through CMA region for example). Add a limited set of dma operations to accomplish this. This is only the allocate/free version of the APIs which is all that is necessary for these purposes. Change-Id: I518e6965d63f3c95697f59c089b95219f8e6d96e Signed-off-by:
Laura Abbott <lauraa@codeaurora.org>
Laura Abbott authoredThe current set of dma_ops only supports memory that's actually backed by struct pages. In the general case this is what we want, but there are some use cases where it's useful to allocate removed memory through dma APIs (through CMA region for example). Add a limited set of dma operations to accomplish this. This is only the allocate/free version of the APIs which is all that is necessary for these purposes. Change-Id: I518e6965d63f3c95697f59c089b95219f8e6d96e Signed-off-by:
Laura Abbott <lauraa@codeaurora.org>