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

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

Merge "msm: msm_bus: Do not set commit bit for RSCs in solver mode"

parents 795a2343 f76f3e10
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -386,6 +386,10 @@ static int tcs_cmd_list_gen(int *n_active,
			tcs_cmd_gen(cur_bcm, &cmdlist_wake[k],
				cur_bcm->node_vec[ACTIVE_CTX].vec_a,
				cur_bcm->node_vec[ACTIVE_CTX].vec_b, commit);

			if (cur_rsc->rscdev->req_state == RPMH_AWAKE_STATE)
				commit = false;

			tcs_cmd_gen(cur_bcm, &cmdlist_sleep[k],
				cur_bcm->node_vec[DUAL_CTX].vec_a,
				cur_bcm->node_vec[DUAL_CTX].vec_b, commit);