msm: ipa3: increase SSR tag timeout

Increase the timeout in SSR case for TAG completion
as IPA might be slow in processing this command.

Change-Id: I5cfadb3ee7cb339b89b0c428bae46d3802476eb9
CRs-Fixed: 1064336
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
Skylar Chang 2016-09-26 15:27:31 -07:00
parent 626caf4e54
commit b544de499e

View file

@ -62,7 +62,7 @@
#define IPA_AGGR_MAX_STR_LENGTH (10)
#define CLEANUP_TAG_PROCESS_TIMEOUT 150
#define CLEANUP_TAG_PROCESS_TIMEOUT 500
#define IPA_AGGR_STR_IN_BYTES(str) \
(strnlen((str), IPA_AGGR_MAX_STR_LENGTH - 1) + 1)
@ -2213,7 +2213,7 @@ static int ipa3_q6_set_ex_path_to_apps(void)
}
}
/* Will wait 150msecs for IPA tag process completion */
/* Will wait 500msecs for IPA tag process completion */
retval = ipa3_tag_process(desc, num_descs,
msecs_to_jiffies(CLEANUP_TAG_PROCESS_TIMEOUT));
if (retval) {