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

Commit 24a9aabd authored by Ping Li's avatar Ping Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DMA color processing features for SDM855



This change adds offset and version info for newly added
1D LUT IGC and 1D LUT GC features in DMA pipes on SDM855.

Change-Id: I23694fb738e05e4c1d451481db61dc05cf3c5b5d
Signed-off-by: default avatarPing Li <pingli@codeaurora.org>
parent b4a29d54
Loading
Loading
Loading
Loading
+12 −1
Original line number Original line Diff line number Diff line
@@ -228,6 +228,17 @@
			qcom,sde-vig-igc = <0x1d00 0x00050000>;
			qcom,sde-vig-igc = <0x1d00 0x00050000>;
		};
		};


		qcom,sde-sspp-dma-blocks {
			dgm@0 {
				qcom,sde-dma-igc = <0x400 0x00050000>;
				qcom,sde-dma-gc = <0x600 0x00050000>;
			};
			dgm@1 {
				qcom,sde-dma-igc = <0x1400 0x00050000>;
				qcom,sde-dma-gc = <0x600 0x00050000>;
			};
		};

		qcom,sde-dspp-blocks {
		qcom,sde-dspp-blocks {
			qcom,sde-dspp-igc = <0x0 0x00030001>;
			qcom,sde-dspp-igc = <0x0 0x00030001>;
			qcom,sde-dspp-hsic = <0x800 0x00010007>;
			qcom,sde-dspp-hsic = <0x800 0x00010007>;
@@ -235,7 +246,7 @@
			qcom,sde-dspp-hist = <0x800 0x00010007>;
			qcom,sde-dspp-hist = <0x800 0x00010007>;
			qcom,sde-dspp-sixzone= <0x900 0x00010007>;
			qcom,sde-dspp-sixzone= <0x900 0x00010007>;
			qcom,sde-dspp-vlut = <0xa00 0x00010008>;
			qcom,sde-dspp-vlut = <0xa00 0x00010008>;
			qcom,sde-dspp-gamut = <0x1000 0x00040000>;
			qcom,sde-dspp-gamut = <0x1000 0x00040001>;
			qcom,sde-dspp-pcc = <0x1700 0x00040000>;
			qcom,sde-dspp-pcc = <0x1700 0x00040000>;
			qcom,sde-dspp-gc = <0x17c0 0x00010008>;
			qcom,sde-dspp-gc = <0x17c0 0x00010008>;
		};
		};