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

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

Merge "msm: vidc: fix clock voting for back to back video encoding"

parents d846b44c ae2f4d60
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1872,6 +1872,9 @@ static inline int start_streaming(struct msm_vidc_inst *inst)
			"Failed to move inst: %pK to start done state\n", inst);
		goto fail_start;
	}

	msm_comm_scale_clocks_and_bus(inst);

	msm_dcvs_init_load(inst);

fail_start: