在调整DVP接口驱动的时候,发生dma_alloc_coherent() 申请内存失败!
查询原因发现是DMA连续存储不够用,Linux version 3.10.0 ,找不到更改DMA连续内存的位置。
查询发现要通过CMA去更改!有大神知道怎么更改吗?
求帮助
Device Drivers/Generic Driver Options/DMA Contiguous Memory Allocator
在调整DVP接口驱动的时候,发生dma_alloc_coherent() 申请内存失败!
查询原因发现是DMA连续存储不够用,Linux version 3.10.0 ,找不到更改DMA连续内存的位置。
查询发现要通过CMA去更改!有大神知道怎么更改吗?
求帮助
Device Drivers/Generic Driver Options/DMA Contiguous Memory Allocator