msm: ipa3: fix Q6 statuses exception path
Set APPS_LAN_CONS pipe as the statuses exception pipe for all Q6 pipes instead setting this pipe as exception pipe only for pipe 0. Change-Id: Id00abb0ddabddd5c76a45e0878e327cba950176c CRs-Fixed: 2027835 Signed-off-by: Amir Levy <alevy@codeaurora.org>
This commit is contained in:
parent
44f5f07cfc
commit
91c9a85bf5
1 changed files with 2 additions and 1 deletions
|
@ -2253,7 +2253,8 @@ static int ipa3_q6_set_ex_path_to_apps(void)
|
||||||
reg_write.pipeline_clear_options =
|
reg_write.pipeline_clear_options =
|
||||||
IPAHAL_HPS_CLEAR;
|
IPAHAL_HPS_CLEAR;
|
||||||
reg_write.offset =
|
reg_write.offset =
|
||||||
ipahal_get_reg_ofst(IPA_ENDP_STATUS_n);
|
ipahal_get_reg_n_ofst(IPA_ENDP_STATUS_n,
|
||||||
|
ep_idx);
|
||||||
ipahal_get_status_ep_valmask(
|
ipahal_get_status_ep_valmask(
|
||||||
ipa3_get_ep_mapping(IPA_CLIENT_APPS_LAN_CONS),
|
ipa3_get_ep_mapping(IPA_CLIENT_APPS_LAN_CONS),
|
||||||
&valmask);
|
&valmask);
|
||||||
|
|
Loading…
Add table
Reference in a new issue