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

Commit 165caebc authored by Sathish Ambley's avatar Sathish Ambley Committed by Gerrit - the friendly Code Review server
Browse files

msm: ADSPRPC: Support offloading to mdsp



Support for offloding compute tasks to mdsp by opening up a
session to the mdsp subsystem.

Change-Id: I2f63b6de504a0a00f751d30b07b268af05e10d7e
Acked-by: default avatarHimateja Reddy <hmreddy@qti.qualcomm.com>
Signed-off-by: default avatarSathish Ambley <sathishambley@codeaurora.org>
parent a877e0f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -264,6 +264,12 @@ static struct fastrpc_channel_ctx gcinfo[NUM_CHANNELS] = {
		.edge = "dsps",
		.vmid = VMID_SSC_Q6,
	},
	{
		.name = "mdsprpc-smd",
		.subsys = "mdsp",
		.channel = SMD_APPS_MODEM,
		.edge = "mdsp",
	},
};

static void fastrpc_buf_free(struct fastrpc_buf *buf, int cache)