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

Commit fa5c7f4a authored by Jayaprakash's avatar Jayaprakash
Browse files

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

Add dt node for sde limits. The properties include
sde sspp linewidth and sde bw limit constraints
for various usecases.

Change-Id: I992acb8c7801dd5fb7d4821f02a395d0e335d9a8
parent 608ca2ec
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -306,6 +306,39 @@
				<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 4096>,
							<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 5300000>,
							<0x11 5300000>,
							<0x9 4400000>,
							<0x19 4400000>,
							<0x2 5300000>,
							<0x12 5300000>,
							<0xa 4400000>,
							<0x1a 4400000>,
							<0x4 16600000>,
							<0x14 16600000>,
							<0xc 13700000>,
							<0x1c 13700000>;
			};
		};
	};

	sde_dp: qcom,dp_display@ae90000 {