Increase number of allowed sessions to 14
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 <quic_araghave@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
548f0d11ee
commit
7b787e07ef
@@ -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)
|
||||
|
Reference in New Issue
Block a user