Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +6 −4 Original line number Diff line number Diff line Loading @@ -2091,6 +2091,12 @@ static void ipa3_q6_avoid_holb(void) if (ep_idx == -1) continue; /* from IPA 4.0 pipe suspend is not supported */ if (ipa3_ctx->ipa_hw_type < IPA_HW_v4_0) ipahal_write_reg_n_fields( IPA_ENDP_INIT_CTRL_n, ep_idx, &ep_suspend); /* * ipa3_cfg_ep_holb is not used here because we are * setting HOLB on Q6 pipes, and from APPS perspective Loading @@ -2103,10 +2109,6 @@ static void ipa3_q6_avoid_holb(void) ipahal_write_reg_n_fields( IPA_ENDP_INIT_HOL_BLOCK_EN_n, ep_idx, &ep_holb); ipahal_write_reg_n_fields( IPA_ENDP_INIT_CTRL_n, ep_idx, &ep_suspend); } } } Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +6 −4 Original line number Diff line number Diff line Loading @@ -2091,6 +2091,12 @@ static void ipa3_q6_avoid_holb(void) if (ep_idx == -1) continue; /* from IPA 4.0 pipe suspend is not supported */ if (ipa3_ctx->ipa_hw_type < IPA_HW_v4_0) ipahal_write_reg_n_fields( IPA_ENDP_INIT_CTRL_n, ep_idx, &ep_suspend); /* * ipa3_cfg_ep_holb is not used here because we are * setting HOLB on Q6 pipes, and from APPS perspective Loading @@ -2103,10 +2109,6 @@ static void ipa3_q6_avoid_holb(void) ipahal_write_reg_n_fields( IPA_ENDP_INIT_HOL_BLOCK_EN_n, ep_idx, &ep_holb); ipahal_write_reg_n_fields( IPA_ENDP_INIT_CTRL_n, ep_idx, &ep_suspend); } } } Loading