Re: [PATCH v6 1/2] misc: fastrpc: Add support for multiple PD from one process

2024-12-03 Thread Dmitry Baryshkov
On Tue, Dec 03, 2024 at 11:00:47AM +0530, 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

[PATCH v6 1/2] misc: fastrpc: Add support for multiple PD from one process

2024-12-02 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