mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Péter Ujfalusi" <peter.ujfalusi@gmail.com>
To: Vaishnav Achath <vaishnav.a@ti.com>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org,
	vkoul@kernel.org
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
	"J, KEERTHY" <j-keerthy@ti.com>,
	u-kumar1@ti.com, Jayesh Choudhary <j-choudhary@ti.com>,
	"Menon, Nishanth" <nm@ti.com>
Subject: Re: Question: dmaengine: dma_request_chan_by_mask() and DMA controller probe order
Date: Mon, 24 Apr 2023 22:16:05 +0300	[thread overview]
Message-ID: <d5a29b90-4fdc-9cd3-70cc-2f3ad40bf145@gmail.com> (raw)
In-Reply-To: <291807c9-8d1c-56f0-ee39-4d221e18bd1a@ti.com>

Hi,

On 4/19/23 11:27, Vaishnav Achath wrote:
> Hi,
> 
> In dma_request_chan_by_mask() , the probe defer logic returns -EPROBE_DEFER if
> there are no DMA devices registered yet. But in case of multiple DMA controllers
> in an SoC and when only one(or a subset) of the controllers have finished probe
> dma_request_chan_by_mask() can return -ENODEV incorrectly since the first DMA
> device probed might not support the particular mask requested.

That change was added by
ec8ca8e3b4809 ("dmaengine: dma_request_chan_by_mask() to handle deferred
probing")
Which apparently only works if we have a single DMA controller or
multiple with similar capabilities.

> What is the recommended solution to avoid situation like these?

I would say, that in case of dma_request_chan_by_mask() it might be
reasonable to return -EPROBE_DEFER if the mask cannot be satisfied with
the probed DMA controllers.
With the dma_request_chan() we know which DMA we are waiting for while
with the give me any channel which can do this, we don't.

On the other hand we have users where they fallback to CPU memcpy or PIO
mode if a DMA channel is not available, returning -EPROBE_DEFER would
break them for sure.

Probably a notification system of some sort or deferred channel request
with a callback?

> Consider the following scenario for example:
> 
> SoC has two DMA controllers, one instance of system DMA, one dedicated for
> Camera subsytem which does not support DMA_MEMCPY and has lesser number of channels.
> 
> * Camera subsystem DMA is probed first.
> * Another peripheral requests dma_request_chan_by_mask(DMA_MEMCPY)
> * dmaengine returns -ENODEV for above as the controller with DMA_MEMCPY support
> is not ready yet.
> * System DMA is probed later but peripheral driver failed to start with DMA.

A while ago I have sent a series to add support for 'dma-domains':
https://lkml.kernel.org/lkml/20190906141816.24095-1-peter.ujfalusi@ti.com/

That would handle this use case fine. Looks like I did not had time to
update (or rewrite?) it based on the comments...

-- 
Péter

      reply	other threads:[~2023-04-24 19:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-19  8:27 Vaishnav Achath
2023-04-24 19:16 ` Péter Ujfalusi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5a29b90-4fdc-9cd3-70cc-2f3ad40bf145@gmail.com \
    --to=peter.ujfalusi@gmail.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=j-choudhary@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=u-kumar1@ti.com \
    --cc=vaishnav.a@ti.com \
    --cc=vigneshr@ti.com \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®