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

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

2025-01-26 Thread Ekansh Gupta
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. Modify context id mask to ensure polling mode is supported. Signed-off