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

Commit 4514e31d authored by Iliya Varadzhakov's avatar Iliya Varadzhakov Committed by Gerrit - the friendly Code Review server
Browse files

msm: cpp: Increase frame message max length



Frame message len depends on the number of stripes needed to
process the frame. Number of stripes increases when scale ratio
increases too. For big scale ratios we need big frame message
length.

Change-Id: Ibc2f5975390eb9968589361e3da1e0e22e3d5d39
Signed-off-by: default avatarIliya Varadzhakov <ivarad@codeaurora.org>
parent d6cf944a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#define MAX_NUM_CPP_STRIPS 8
#define MSM_CPP_MAX_NUM_PLANES 3
#define MSM_CPP_MIN_FRAME_LENGTH 13
#define MSM_CPP_MAX_FRAME_LENGTH 2048
#define MSM_CPP_MAX_FRAME_LENGTH 4096
#define MSM_CPP_MAX_FW_NAME_LEN 32
#define MAX_FREQ_TBL 10