Re: [PATCH v2] misc: fastrpc: Add support for multiple PD from one process

2024-07-25 Thread Ekansh Gupta
On 7/22/2024 1:48 PM, Dmitry Baryshkov wrote: > On Sat, Jul 20, 2024 at 09:16:11AM GMT, Ekansh Gupta wrote: >> Memory intensive applications(which requires more tha 4GB) that wants >> to offload tasks to DSP might have to split the tasks to multiple >> user PD to make the resources available. >>

Re: [PATCH v2] misc: fastrpc: Add support for multiple PD from one process

2024-07-22 Thread Dmitry Baryshkov
On Sat, Jul 20, 2024 at 09:16:11AM GMT, Ekansh Gupta wrote: > Memory intensive applications(which requires more tha 4GB) that wants > to offload tasks to DSP might have to split the tasks to multiple > user PD to make the resources available. > > For every call to DSP, fastrpc driver passes the pr

[PATCH v2] misc: fastrpc: Add support for multiple PD from one process

2024-07-19 Thread Ekansh Gupta
Memory intensive applications(which requires more tha 4GB) that wants to offload tasks to DSP might have to split the tasks to multiple user PD to make the resources available. For every call to DSP, fastrpc driver passes the process tgid which works as an identifier for the DSP to enqueue the tas