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

Commit dd72f36c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: tune mhip ring size shrink to 6 elements"

parents 3fcf65f1 8622fd9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@

#define IPA_MPM_MAX_MHIP_CHAN 3

#define IPA_MPM_NUM_RING_DESC 74
#define IPA_MPM_RING_LEN (IPA_MPM_NUM_RING_DESC - 10)
#define IPA_MPM_NUM_RING_DESC 6
#define IPA_MPM_RING_LEN IPA_MPM_NUM_RING_DESC

#define IPA_MPM_MHI_HOST_UL_CHANNEL 4
#define IPA_MPM_MHI_HOST_DL_CHANNEL  5