Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1233894

Re: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback

From Andy Shevchenko <andy.shevchenko@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback
Date 2015-09-28 09:10 +0200
Message-ID <qdAJr-6Z2-11@gated-at.bofh.it> (permalink)
References <qcWVH-8tA-15@gated-at.bofh.it> <qdxix-1Yl-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Sep 28, 2015 at 6:23 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 26 September 2015 at 05:38, yitian <yitian.bu@tangramtek.com> wrote:
>> when audio playback is running, user space will call
>> snd_pcm_lib_write1() function, it will first get pcm stream lock,
>> after that it may call function snd_pcm_update_hw_ptr(), the call
>> stack will be as below:
>>   snd_pcm_lib_write1  <-- got pcm stream lock
>>    --> snd_pcm_update_hw_ptr
>>      --> dwc_tx_status
>>       --> dwc_scan_descriptors
>>        --> callback
>>         --> dmaengine_pcm_dma_complete
>>          --> snd_pcm_period_elapsed <-- get stream lock again
>> recursion lock occurs in snd_pcm_period_elapsed function.
>> remove dwc_scan_descriptors from dwc_tx_status can fix this issue.
>>
>> Signed-off-by: Yitian Bu <yitian.bu@tangramtek.com>
>> ---
>>  drivers/dma/dw/core.c | 6 +-----
>>  1 file changed, 1 insertion(+), 5 deletions(-)
>
> I am not sure if this is a sane way of doing that, and we were scanning
> the descriptors for some valid reason..

Actually one of the patches in a pile sitting in my private repo is
also including similar change. In my case the reason is to support
cyclic transfers natively.

> Though, I am on vacation for few days now and will be able to look
> at the details later.

Have a good rest then!

-- 
With Best Regards,
Andy Shevchenko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback "yitian" <yitian.bu@tangramtek.com> - 2015-09-26 14:40 +0200
  Re: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-28 05:30 +0200
    Re: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-09-28 09:10 +0200
      RE: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback "yitian" <yitian.bu@tangramtek.com> - 2015-09-28 09:40 +0200
        Re: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio  playback Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-09-28 10:50 +0200
          RE: [PATCH 1/1] dmaengine: dw: resolve recursion lock when audio playback "yitian" <yitian.bu@tangramtek.com> - 2015-09-28 11:20 +0200

csiph-web