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

Commit 93277b2c authored by Hamad Kadmany's avatar Hamad Kadmany
Browse files

msm: tspp2: Tune TSIF time-limit value



Existing value caused TSIF timeout error interrupt
for every TS packet even though the TS packets
are received correctly. The limit is put on the
minimum required value that does not cause a timeout
error interrupt.

Change-Id: Ifde85f576d69aeecbfeb23a239cd0e1964bb16ec
Signed-off-by: default avatarHamad Kadmany <hkadmany@codeaurora.org>
parent f82aaf71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#define TSPP2_NUM_BATCHES	16
#define TSPP2_FILTERS_PER_BATCH	(TSPP2_NUM_HW_FILTERS / TSPP2_NUM_BATCHES)
#define TSPP2_NUM_KEYTABLES	32
#define TSPP2_TSIF_DEF_TIME_LIMIT   60
#define TSPP2_TSIF_DEF_TIME_LIMIT   15000 /* Number of tsif-ref-clock ticks */

#define TSPP2_NUM_EVENT_WORK_ELEMENTS	256