msm: ipa3: Adding prefetch buff size for kalama target

Due to missing the prefetch buff size route and filter table will
overflow if IPA HW tries to prefetch 128Bytes of additional memory when
dealing with filter/routing tables. This can result in overflowing
of memory if we map only the required size. Make changes to
add the prefetch buff size for kalama target.

Change-Id: I045e14b25e397dc800a775f0d5cc02a889fc7c21
Signed-off-by: Ashok Vuyyuru <quic_avuyyuru@quicinc.com>
This commit is contained in:
Ashok Vuyyuru
2023-03-17 02:29:54 +05:30
committed by Gerrit - the friendly Code Review server
parent 569e9d4eb4
commit 9093aae4e5

View File

@@ -1283,6 +1283,7 @@ static struct ipahal_fltrt_obj ipahal_fltrt_objs[IPA_HW_MAX] = {
[IPA_IS_FRAG] = 15, [IPA_IS_FRAG] = 15,
[IPA_IS_PURE_ACK] = 0, [IPA_IS_PURE_ACK] = 0,
}, },
IPA3_0_HW_RULE_PREFETCH_BUF_SIZE,
}, },
}; };