qcacmn: Configure registers for reo2ppe
Configure REO destination remap register and REO DST_INFO register fot REO2PPE ring Change-Id: I81cce807cde3babcfb265675ec758d33fc10214f CRs-Fixed: 3274303
This commit is contained in:

committato da
Madan Koyyalamudi

parent
6809114926
commit
2f3e28c33c
@@ -1189,6 +1189,7 @@ static QDF_STATUS dp_soc_ppe_srng_init(struct dp_soc *soc)
|
||||
{
|
||||
struct dp_soc_be *be_soc = dp_get_be_soc_from_dp_soc(soc);
|
||||
struct wlan_cfg_dp_soc_ctxt *soc_cfg_ctx;
|
||||
hal_soc_handle_t hal_soc = soc->hal_soc;
|
||||
|
||||
soc_cfg_ctx = soc->wlan_cfg_ctx;
|
||||
|
||||
@@ -1206,6 +1207,8 @@ static QDF_STATUS dp_soc_ppe_srng_init(struct dp_soc *soc)
|
||||
WLAN_MD_DP_SRNG_REO2PPE,
|
||||
"reo2ppe_ring");
|
||||
|
||||
hal_reo_config_reo2ppe_dest_info(hal_soc);
|
||||
|
||||
if (dp_srng_init(soc, &be_soc->ppe2tcl_ring, PPE2TCL, 0, 0)) {
|
||||
dp_err("%pK: dp_srng_init failed for ppe2tcl_ring", soc);
|
||||
goto fail;
|
||||
|
Fai riferimento in un nuovo problema
Block a user