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

Commit b8e7470b authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

msm: ipa4: IPA PM threshold_max fix



Increase the max threshold value to support more clock plans.

Change-Id: I8481a55682da2e4a9b1ed7333f1fe8cf510c141f
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 54d765eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
/* internal to ipa */
#define IPA_PM_MAX_CLIENTS 10
#define IPA_PM_MAX_EX_CL 64
#define IPA_PM_THRESHOLD_MAX 2
#define IPA_PM_THRESHOLD_MAX 5
#define IPA_PM_EXCEPTION_MAX 2
#define IPA_PM_DEFERRED_TIMEOUT 100
#define IPA_PM_STATE_MAX 7