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

Commit 5d80f2e7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm/sde/rotator: add pm qos for rotator after core init"

parents 9a9032f3 3c3d6e80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -724,8 +724,6 @@ static int sde_mdp_parse_dt_misc(struct platform_device *pdev,
		 "qcom,mdss-rot-qos-cpu-dma-latency", &data);
	mdata->rot_pm_qos_cpu_dma_latency = (!rc ? data : 0);

	sde_rotator_pm_qos_add(mdata);

	mdata->mdp_base = mdata->sde_io.base + SDE_MDP_OFFSET;

	return 0;
+2 −0
Original line number Diff line number Diff line
@@ -3166,6 +3166,8 @@ int sde_rotator_core_init(struct sde_rot_mgr **pmgr,
		goto error_hw_init;
	}

	sde_rotator_pm_qos_add(mdata);

	ret = sde_rotator_init_queue(mgr);
	if (ret) {
		SDEROT_ERR("fail to init queue\n");