Re: [PATCH] soc: qcom: rpmh: Remove serialization of TCS commands

2020-06-25 Thread Doug Anderson
Hi, On Thu, Jun 25, 2020 at 3:22 AM Maulik Shah wrote: > > Hi, > > On 6/19/2020 9:57 AM, Doug Anderson wrote: > > Hi, > > > > On Fri, May 29, 2020 at 3:52 AM Maulik Shah wrote: > >> From: Lina Iyer > >> > >> Requests sent to RPMH can be sent as fire-n-forget or response required, > >> with the

Re: [PATCH] soc: qcom: rpmh: Remove serialization of TCS commands

2020-06-25 Thread Maulik Shah
Hi, On 6/19/2020 9:57 AM, Doug Anderson wrote: Hi, On Fri, May 29, 2020 at 3:52 AM Maulik Shah wrote: From: Lina Iyer Requests sent to RPMH can be sent as fire-n-forget or response required, with the latter ensuring the command has been completed by the hardware accelerator. Commands in a

Re: [PATCH] soc: qcom: rpmh: Remove serialization of TCS commands

2020-06-18 Thread Doug Anderson
Hi, On Fri, May 29, 2020 at 3:52 AM Maulik Shah wrote: > > From: Lina Iyer > > Requests sent to RPMH can be sent as fire-n-forget or response required, > with the latter ensuring the command has been completed by the hardware > accelerator. Commands in a request with tcs_cmd::wait set, would

[PATCH] soc: qcom: rpmh: Remove serialization of TCS commands

2020-05-29 Thread Maulik Shah
From: Lina Iyer Requests sent to RPMH can be sent as fire-n-forget or response required, with the latter ensuring the command has been completed by the hardware accelerator. Commands in a request with tcs_cmd::wait set, would ensure that those select commands are sent as response required, even