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

Commit 2e9cfe3b authored by Krishna Manikandan's avatar Krishna Manikandan
Browse files

ARM: dts: msm: add dt nodes for sde limits for lito

Add dt node for sde limits. The properties include
sde sspp linewidth node and sde bw limit node.
These values are used to denote the maximum possible
value for each usecase.

Change-Id: I29648afacd40bc6961ada093f2b2d5b7d6866d4b
parent 658f1491
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -276,6 +276,40 @@
				<1 590 0 150000>,
				<1 590 0 300000>;
		};

		qcom,sde-limits {
			qcom,sde-linewidth-limits {
				qcom,sde-limit-name = "sspp_linewidth_usecases";
				qcom,sde-limit-cases = "vig", "dma", "scale", "inline_rot";
				qcom,sde-limit-ids= <0x1 0x2 0x4 0x8>;
				qcom,sde-limit-values = <0x1 4096>,
							<0x5 2560>,
							<0x2 2880>,
							<0x9 1088>;
			};

			qcom,sde-bw-limits {
				qcom,sde-limit-name = "sde_bwlimit_usecases";
				qcom,sde-limit-cases = "per_vig_pipe",
							"per_dma_pipe",
							"total_max_bw",
							"camera_concurrency",
							"cwb_concurrency";
				qcom,sde-limit-ids = <0x1 0x2 0x4 0x8 0x10>;
				qcom,sde-limit-values = <0x1 4700000>,
							<0x11 4700000>,
							<0x9 4700000>,
							<0x19 4700000>,
							<0x2 4700000>,
							<0x12 4700000>,
							<0xa 4700000>,
							<0x1a 4700000>,
							<0x4 8600000>,
							<0x14 8600000>,
							<0xc 5800000>,
							<0x1c 5800000>;
			};
		};
	};

	sde_rscc: qcom,sde_rscc {