Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 869acee8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa4: register only apps cons with PM" into msm-4.14

parents 700e7ec1 c0dc227a
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -950,12 +950,14 @@ int ipa3_setup_sys_pipe(struct ipa_sys_connect_params *sys_in, u32 *clnt_hdl)
				goto fail_pm;
			}

			if (IPA_CLIENT_IS_APPS_CONS(sys_in->client)) {
				result = ipa_pm_associate_ipa_cons_to_client(
					ep->sys->pm_hdl, sys_in->client);
				if (result) {
				IPAERR("failed to associate IPA PM client\n");
					IPAERR("failed to associate\n");
					goto fail_gen2;
				}
			}

			result = ipa_pm_set_perf_profile(ep->sys->pm_hdl,
				IPA_APPS_BW_FOR_PM);