Skip to content

Commit 689a2d9

Browse files
jhovoldgregkh
authored andcommitted
misc: fastrpc: increase maximum session count
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>
1 parent d245f43 commit 689a2d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/misc/fastrpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define SDSP_DOMAIN_ID (2)
2626
#define CDSP_DOMAIN_ID (3)
2727
#define FASTRPC_DEV_MAX 4 /* adsp, mdsp, slpi, cdsp*/
28-
#define FASTRPC_MAX_SESSIONS 13 /*12 compute, 1 cpz*/
28+
#define FASTRPC_MAX_SESSIONS 14
2929
#define FASTRPC_MAX_VMIDS 16
3030
#define FASTRPC_ALIGN 128
3131
#define FASTRPC_MAX_FDLIST 16

0 commit comments

Comments
 (0)