A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
In MV linux kernel, the function davinci_request_dma(EDMA_DMA_CHANNEL_ANY, ...) will return a reserved edma channels. e.g, edma channel 0-1 and 12-13.
Does this mean all the reserved dma channels can be used to service ARM or DSP? When I use edma channel 0 in the ARM-side. my application is messed while loading the DSP-side TI's algotithms(e.g, encodeCombo.x64P). Someone in the opensource forum said the edma channel 0 should be reserved for DSP. Please kindly check this link:
I can't find the edma information of DSP-side in the DMAN3 params or other places. Then how can I know which edma channals that I can't use in ARM-side? Please give me some clue.