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

Commit f76f3e10 authored by David Dai's avatar David Dai Committed by Gerrit - the friendly Code Review server
Browse files

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



Use only Fire and Forget requests for the sleep set for
the display RSC while it's in solver mode.

Change-Id: I393786616ae817aa7e425b49acf3bf9652dec0f1
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent ba8267ff
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);