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:
Amir Levy 2017-04-02 18:21:09 +03:00
parent 44f5f07cfc
commit 91c9a85bf5

View file

@ -2253,7 +2253,8 @@ static int ipa3_q6_set_ex_path_to_apps(void)
reg_write.pipeline_clear_options =
IPAHAL_HPS_CLEAR;
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(
ipa3_get_ep_mapping(IPA_CLIENT_APPS_LAN_CONS),
&valmask);