projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d245f43
)
misc: fastrpc: increase maximum session count
author
Johan Hovold
<johan+linaro@kernel.org>
Mon, 29 Aug 2022 08:05:31 +0000
(10:05 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:13:07 +0000
(16:13 +0200)
The SC8280XP platform uses 14 sessions for the compute DSP so increment
the maximum session count.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link:
https://lore.kernel.org/r/20220829080531.29681-4-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fastrpc.c
patch
|
blob
|
history
diff --git
a/drivers/misc/fastrpc.c
b/drivers/misc/fastrpc.c
index 6e312ac8566866e8cf50e98255e3f872d9a290cb..5d9e3483b89d7f2664abd52cb91b8f2242f05093 100644
(file)
--- a/
drivers/misc/fastrpc.c
+++ b/
drivers/misc/fastrpc.c
@@
-25,7
+25,7
@@
#define SDSP_DOMAIN_ID (2)
#define CDSP_DOMAIN_ID (3)
#define FASTRPC_DEV_MAX 4 /* adsp, mdsp, slpi, cdsp*/
-#define FASTRPC_MAX_SESSIONS 1
3 /*12 compute, 1 cpz*/
+#define FASTRPC_MAX_SESSIONS 1
4
#define FASTRPC_MAX_VMIDS 16
#define FASTRPC_ALIGN 128
#define FASTRPC_MAX_FDLIST 16