Re: [PATCH v18 2/4] dmaengine: tegra: Add tegra gpcdma driver

From: Dmitry Osipenko
Date: Thu Feb 03 2022 - 13:22:54 EST


03.02.2022 06:44, Akhil R пишет:
>> But why do you need to pause at all here and can't use
>> tegra_dma_stop_client() even if pause is supported?
> The recommended method to terminate a transfer in
> between is to pause the channel first and then disable it.
> This is more graceful and stable for the hardware.
> stop_client() is more abrupt, though it does the job.

If there is no real practical difference, then I'd use the common method
only. This will make code cleaner and simpler a tad.