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:
parent
626caf4e54
commit
b544de499e
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
#define IPA_AGGR_MAX_STR_LENGTH (10)
|
#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) \
|
#define IPA_AGGR_STR_IN_BYTES(str) \
|
||||||
(strnlen((str), IPA_AGGR_MAX_STR_LENGTH - 1) + 1)
|
(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,
|
retval = ipa3_tag_process(desc, num_descs,
|
||||||
msecs_to_jiffies(CLEANUP_TAG_PROCESS_TIMEOUT));
|
msecs_to_jiffies(CLEANUP_TAG_PROCESS_TIMEOUT));
|
||||||
if (retval) {
|
if (retval) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue