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

Commit 2b4b5399 authored by Mohamed Sunfeer's avatar Mohamed Sunfeer Committed by Gerrit - the friendly Code Review server
Browse files

qseecom: Increase the scattered entry buffer size



Increase the qseecom scattered gather entries to
4096 as the current entry size is not sufficient
for PIP feature.

Change-Id: I3116954d8629028ca6fe182ae5af0df341bd8ae8
Signed-off-by: default avatarMohamed Sunfeer <msunfeer@codeaurora.org>
parent a2e859ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
#define QSEE_CE_CLK_100MHZ		100000000
#define CE_CLK_DIV			1000000

#define QSEECOM_MAX_SG_ENTRY			512
#define QSEECOM_MAX_SG_ENTRY			4096
#define QSEECOM_SG_ENTRY_MSG_BUF_SZ_64BIT	\
			(QSEECOM_MAX_SG_ENTRY * SG_ENTRY_SZ_64BIT)