Increasing number of allowed sessions from 13 to 14 to accomodate the shared context banks for CPZ. Change-Id: Ie0757dae9d0876f5e827daab4fe9e9a661fc0680 Signed-off-by: Anirudh Raghavendra <[email protected]>
@@ -112,7 +112,7 @@
#define MAX_DOMAIN_ID CDSP_DOMAIN_ID
#define NUM_CHANNELS 4 /* adsp, mdsp, slpi, cdsp*/
-#define NUM_SESSIONS 13 /* max 12 compute, 1 cpz */
+#define NUM_SESSIONS 14 /* max 11 compute, 3 cpz */
#define VALID_FASTRPC_CID(cid) \
(cid >= ADSP_DOMAIN_ID && cid < NUM_CHANNELS)