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

Commit d60b5f4f authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

soc: qcom: ipc_router_mhi_xprt: Increase the read timeout



Increase the timeout to deal with high system load
situation where the IPA draining can take a few hundred
milliseconds. This happens occasionally during stress
boot test.

Change-Id: I5cb7535b3669a2df688fa16876be605fd23d48d9
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent f2e52cce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ if (ipc_router_mhi_dev_xprt_debug_mask) \
#define MODULE_NAME "ipc_router_mhi_dev_xprt"
#define XPRT_NAME_LEN 32
#define IPC_ROUTER_MHI_XPRT_MAX_PKT_SIZE 8192
#define MHI_IPCR_ASYNC_TIMEOUT msecs_to_jiffies(100)
#define MHI_IPCR_ASYNC_TIMEOUT msecs_to_jiffies(1000)
#define MAX_IPCR_WR_REQ 128

/**