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

Commit e96c739d authored by Manu Gautam's avatar Manu Gautam
Browse files

mhi: core: Increase RSC credit to 10



Change RSC credit limit from 8 to 10 to ensure
that there are sufficient credits even if IPA
processes TRBs while host is about ring the DB.

Change-Id: I2e4593ff0ceccb3491bead326bab0d7d5b4a3e03
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent 41539720
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ enum mhi_cmd_type {
#define MHI_RSCTRE_DATA_DWORD0(cookie) (cookie)
#define MHI_RSCTRE_DATA_DWORD1 (MHI_PKT_TYPE_COALESCING << 16)

#define MHI_RSC_MIN_CREDITS (8)
#define MHI_RSC_MIN_CREDITS (10)

enum MHI_CMD {
	MHI_CMD_RESET_CHAN,