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

Commit e67b379a authored by Alan Kwong's avatar Alan Kwong
Browse files

ARM: dts: msm: add display qos lut properties to sdm845



QoS LUT is used to control mapping of sspp fill level to
bus priority request. Add qos lut for linear, macrotile,
nrt, and cwb use cases. Also add sspp danger/safe lut.

CRs-Fixed: 2037879
Change-Id: I818ed1483df2bffda34c7ebef555358f00da8531
Signed-off-by: default avatarAlan Kwong <akwong@codeaurora.org>
parent 5915565f
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -140,6 +140,34 @@
		qcom,sde-vbif-qos-rt-remap = <3 3 4 4 5 5 6 6>;
		qcom,sde-vbif-qos-nrt-remap = <3 3 3 3 3 3 3 3>;

		qcom,sde-danger-lut = <0x0000000f 0x0000ffff 0x00000000
			0x00000000>;
		qcom,sde-safe-lut = <0xfffc 0xff00 0xffff 0xffff>;
		qcom,sde-qos-lut-linear =
			<4 0x00000000 0x00000357>,
			<5 0x00000000 0x00003357>,
			<6 0x00000000 0x00023357>,
			<7 0x00000000 0x00223357>,
			<8 0x00000000 0x02223357>,
			<9 0x00000000 0x22223357>,
			<10 0x00000002 0x22223357>,
			<11 0x00000022 0x22223357>,
			<12 0x00000222 0x22223357>,
			<13 0x00002222 0x22223357>,
			<14 0x00012222 0x22223357>,
			<0 0x00112222 0x22223357>;
		qcom,sde-qos-lut-macrotile =
			<10 0x00000003 0x44556677>,
			<11 0x00000033 0x44556677>,
			<12 0x00000233 0x44556677>,
			<13 0x00002233 0x44556677>,
			<14 0x00012233 0x44556677>,
			<0 0x00112233 0x44556677>;
		qcom,sde-qos-lut-nrt =
			<0 0x00000000 0x00000000>;
		qcom,sde-qos-lut-cwb =
			<0 0x75300000 0x00000000>;

		qcom,sde-inline-rotator = <&mdss_rotator 0>;

		qcom,sde-reg-dma-off = <0>;