Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cd09505 authored by Himateja Reddy's avatar Himateja Reddy
Browse files

msm: adsprpc: increase max number of concurrent remote sessions



Increase the maximum number of concurrent sessions on one remote
subsystem from 9 to 13, to support the 4 new compute context banks
added in the device-tree.

Change-Id: Id2e8f92a147c3ec37a3622939bb2f23a6605a38a
Acked-by: default avatarThyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
Signed-off-by: default avatarHimateja Reddy <hmreddy@codeaurora.org>
parent 816c0efa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
#define RPC_TIMEOUT	(5 * HZ)
#define BALIGN		128
#define NUM_CHANNELS	4	/* adsp, mdsp, slpi, cdsp*/
#define NUM_SESSIONS	9	/*8 compute, 1 cpz*/
#define NUM_SESSIONS	13	/* max 12 compute, 1 cpz */
#define M_FDLIST	(16)
#define M_CRCLIST	(64)
#define SESSION_ID_INDEX (30)