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

Commit 72b16362 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: Scale bus bw along with venus clocks"

parents 137f201d 14babb01
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3705,6 +3705,10 @@ static void log_frame(struct msm_vidc_inst *inst, struct vidc_frame_data *data,
		if (msm_comm_scale_clocks(inst->core))
			dprintk(VIDC_WARN,
				"Failed to scale clocks. Performance might be impacted\n");

	if (msm_comm_vote_bus(inst->core))
		dprintk(VIDC_WARN,
			"Failed to scale bus. Performance might be impacted\n");
}

static int request_seq_header(struct msm_vidc_inst *inst,