Re: [PATCH v2 5/5] misc: fastrpc: Modify context id mask to support polling mode

2025-02-10 Thread Dmitry Baryshkov
On Mon, 10 Feb 2025 at 11:05, Ekansh Gupta wrote: > > > > > On 1/29/2025 4:53 PM, Dmitry Baryshkov wrote: > > On Wed, Jan 29, 2025 at 11:13:05AM +0530, Ekansh Gupta wrote: > >> > >> > >> On 1/29/2025 5:00 AM, Dmitry Baryshkov wrote: > >>> On Mon, Jan 27, 2025 at 10:12:39AM +0530, Ekansh Gupta wrot

Re: [PATCH v2 5/5] misc: fastrpc: Modify context id mask to support polling mode

2025-02-10 Thread Ekansh Gupta
On 1/29/2025 4:53 PM, Dmitry Baryshkov wrote: > On Wed, Jan 29, 2025 at 11:13:05AM +0530, Ekansh Gupta wrote: >> >> >> On 1/29/2025 5:00 AM, Dmitry Baryshkov wrote: >>> On Mon, Jan 27, 2025 at 10:12:39AM +0530, Ekansh Gupta wrote: DSP needs last 4 bits of context id to be 0 for polling mod

Re: [PATCH v2 5/5] misc: fastrpc: Modify context id mask to support polling mode

2025-01-29 Thread Dmitry Baryshkov
On Wed, Jan 29, 2025 at 11:13:05AM +0530, Ekansh Gupta wrote: > > > > On 1/29/2025 5:00 AM, Dmitry Baryshkov wrote: > > On Mon, Jan 27, 2025 at 10:12:39AM +0530, Ekansh Gupta wrote: > >> DSP needs last 4 bits of context id to be 0 for polling mode to be > >> supported as setting of last 8 is int

Re: [PATCH v2 5/5] misc: fastrpc: Modify context id mask to support polling mode

2025-01-28 Thread Ekansh Gupta
On 1/29/2025 5:00 AM, Dmitry Baryshkov wrote: > On Mon, Jan 27, 2025 at 10:12:39AM +0530, Ekansh Gupta wrote: >> DSP needs last 4 bits of context id to be 0 for polling mode to be >> supported as setting of last 8 is intended for async mode(not yet >> supported on upstream driver) and setting t

Re: [PATCH v2 5/5] misc: fastrpc: Modify context id mask to support polling mode

2025-01-28 Thread Dmitry Baryshkov
On Mon, Jan 27, 2025 at 10:12:39AM +0530, Ekansh Gupta wrote: > DSP needs last 4 bits of context id to be 0 for polling mode to be > supported as setting of last 8 is intended for async mode(not yet > supported on upstream driver) and setting these bits restrics > writing to poll memory from DSP. M