Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On Tue, 2017-04-04 at 17:43 +0100, Jose Abreu wrote: > > On 04-04-2017 17:23, Andy Shevchenko wrote: > > On Mon, 2017-01-02 at 13:56 +, Jose Abreu wrote: > > > On 02-01-2017 11:30, Andy Shevchenko wrote: > > > > On Mon, 2017-01-02 at 15:48 +0530, Vinod Koul wrote: > > > > > On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko > > > > > wrote: > > > > > > On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > > > > Actually we have AVR32 connected to our lab. So, I can test it > > > > there, > > > > but I rather need a patch to use some dummy stub instead of > > > > codec > > > > (it > > > > has no codec connected). > > > > > > > > > > Thank you all for the info. I don't have the HW ready to test yet > > > (I was collecting some info first), but when I do I can test on > > > my side using Designware I2S and ALSA SoC DMA engine. > > > > Just TWIMC, AVR32 is going to be removed from kernel. > > It means in particularly I will follow up and remove related bits in > > dw_dmac driver, including custom cyclic API. > > > > Thanks for sharing this! Unfortunately the plans to include a DMA > for I2S audio were postponed so I never got to the point of > implementing/testing it. As I don't see any plans in using this > cyclic DMA for now I guess if I need to use it I will implement > it again using the standard cyclic DMA engine API. Just heads up TWIMC the custom API has been removed. -- Andy Shevchenko Intel Finland Oy
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
Hi Andy, On 04-04-2017 17:23, Andy Shevchenko wrote: > On Mon, 2017-01-02 at 13:56 +, Jose Abreu wrote: >> On 02-01-2017 11:30, Andy Shevchenko wrote: >>> On Mon, 2017-01-02 at 15:48 +0530, Vinod Koul wrote: On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko wrote: > On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > >>> Actually we have AVR32 connected to our lab. So, I can test it >>> there, >>> but I rather need a patch to use some dummy stub instead of codec >>> (it >>> has no codec connected). >>> >> Thank you all for the info. I don't have the HW ready to test yet >> (I was collecting some info first), but when I do I can test on >> my side using Designware I2S and ALSA SoC DMA engine. > Just TWIMC, AVR32 is going to be removed from kernel. > It means in particularly I will follow up and remove related bits in > dw_dmac driver, including custom cyclic API. > Thanks for sharing this! Unfortunately the plans to include a DMA for I2S audio were postponed so I never got to the point of implementing/testing it. As I don't see any plans in using this cyclic DMA for now I guess if I need to use it I will implement it again using the standard cyclic DMA engine API. Best regards, Jose Miguel Abreu
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On Mon, 2017-01-02 at 13:56 +, Jose Abreu wrote: > On 02-01-2017 11:30, Andy Shevchenko wrote: > > On Mon, 2017-01-02 at 15:48 +0530, Vinod Koul wrote: > > > On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko wrote: > > > > On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > > Actually we have AVR32 connected to our lab. So, I can test it > > there, > > but I rather need a patch to use some dummy stub instead of codec > > (it > > has no codec connected). > > > > Thank you all for the info. I don't have the HW ready to test yet > (I was collecting some info first), but when I do I can test on > my side using Designware I2S and ALSA SoC DMA engine. Just TWIMC, AVR32 is going to be removed from kernel. It means in particularly I will follow up and remove related bits in dw_dmac driver, including custom cyclic API. -- Andy Shevchenko Intel Finland Oy
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
Hi, On 02-01-2017 11:30, Andy Shevchenko wrote: > On Mon, 2017-01-02 at 15:48 +0530, Vinod Koul wrote: >> On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko wrote: >>> On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: ++dw-dmac Maintainers >>> I used to have some semi-finished patch to switch to generic API, >>> though >>> at that point I had no means to test it. >>> >>> Since I eventually got iDMA 32-bit, which is used as LPE Audio DMA >>> engine, support in my branch I might test it in the future, though I >>> think someone else would be much faster than me. >> no we can't, since the DSP is involved and takes control, so unless we >> do >> lots of nasty hacks, it won't be testable. I don't see the ROI for >> such an >> effort. > Thanks for clarification > >> btw, feel free to test and send patches if you have such a h/w > Actually we have AVR32 connected to our lab. So, I can test it there, > but I rather need a patch to use some dummy stub instead of codec (it > has no codec connected). > Thank you all for the info. I don't have the HW ready to test yet (I was collecting some info first), but when I do I can test on my side using Designware I2S and ALSA SoC DMA engine. Best regards, Jose Miguel Abreu
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On Mon, 2017-01-02 at 15:48 +0530, Vinod Koul wrote: > On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko wrote: > > On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > > > ++dw-dmac Maintainers > > I used to have some semi-finished patch to switch to generic API, > > though > > at that point I had no means to test it. > > > > Since I eventually got iDMA 32-bit, which is used as LPE Audio DMA > > engine, support in my branch I might test it in the future, though I > > think someone else would be much faster than me. > > no we can't, since the DSP is involved and takes control, so unless we > do > lots of nasty hacks, it won't be testable. I don't see the ROI for > such an > effort. Thanks for clarification > btw, feel free to test and send patches if you have such a h/w Actually we have AVR32 connected to our lab. So, I can test it there, but I rather need a patch to use some dummy stub instead of codec (it has no codec connected). -- Andy Shevchenko Intel Finland Oy
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On 02-01-17, 15:48, Vinod Koul wrote: > not sure about non intel ones, viresh? Not sure really :( -- viresh
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On Mon, Jan 02, 2017 at 10:38:00AM +0200, Andy Shevchenko wrote: > On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > > ++dw-dmac Maintainers > > > > > > On 30-12-2016 11:32, Jose Abreu wrote: > > > Hi All, > > > > > > > > > I am going to work with dw-dmac AHB controller and I wanted to > > > use SND_DMAENGINE_PCM. In order to use this, a standard DMA > > > driver with cyclic support is needed. I found out that dw-dmac is > > > capable of cyclic transfers but instead of using the DMA engine > > > standard cyclic API it uses a custom API. Is there any specific > > > reason for this? What is the effort to change the custom API to a > > > standard DMA engine cyclic API? > > > > > Because it was a predecessor of generic implementation. And we don't have an implementation that uses this. > I used to have some semi-finished patch to switch to generic API, though > at that point I had no means to test it. > > Since I eventually got iDMA 32-bit, which is used as LPE Audio DMA > engine, support in my branch I might test it in the future, though I > think someone else would be much faster than me. no we can't, since the DSP is involved and takes control, so unless we do lots of nasty hacks, it won't be testable. I don't see the ROI for such an effort. not sure about non intel ones, viresh? btw, feel free to test and send patches if you have such a h/w -- ~Vinod
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
On Fri, 2016-12-30 at 12:05 +, Jose Abreu wrote: > ++dw-dmac Maintainers > > > On 30-12-2016 11:32, Jose Abreu wrote: > > Hi All, > > > > > > I am going to work with dw-dmac AHB controller and I wanted to > > use SND_DMAENGINE_PCM. In order to use this, a standard DMA > > driver with cyclic support is needed. I found out that dw-dmac is > > capable of cyclic transfers but instead of using the DMA engine > > standard cyclic API it uses a custom API. Is there any specific > > reason for this? What is the effort to change the custom API to a > > standard DMA engine cyclic API? > > Because it was a predecessor of generic implementation. I used to have some semi-finished patch to switch to generic API, though at that point I had no means to test it. Since I eventually got iDMA 32-bit, which is used as LPE Audio DMA engine, support in my branch I might test it in the future, though I think someone else would be much faster than me. So, I can share whatever I have to the topic with someone who is really interested to do that task. -- Andy Shevchenko Intel Finland Oy
Re: dmaengine: dw-dmac: Custom cyclic API (Why?)
++dw-dmac Maintainers On 30-12-2016 11:32, Jose Abreu wrote: > Hi All, > > > I am going to work with dw-dmac AHB controller and I wanted to > use SND_DMAENGINE_PCM. In order to use this, a standard DMA > driver with cyclic support is needed. I found out that dw-dmac is > capable of cyclic transfers but instead of using the DMA engine > standard cyclic API it uses a custom API. Is there any specific > reason for this? What is the effort to change the custom API to a > standard DMA engine cyclic API? > > > Best regards, > > Jose Miguel Abreu >
dmaengine: dw-dmac: Custom cyclic API (Why?)
Hi All, I am going to work with dw-dmac AHB controller and I wanted to use SND_DMAENGINE_PCM. In order to use this, a standard DMA driver with cyclic support is needed. I found out that dw-dmac is capable of cyclic transfers but instead of using the DMA engine standard cyclic API it uses a custom API. Is there any specific reason for this? What is the effort to change the custom API to a standard DMA engine cyclic API? Best regards, Jose Miguel Abreu