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

Commit 333e5fe6 authored by Jin Li's avatar Jin Li
Browse files

ARM: dts: msm: enable two cursor layers on 8996 auto platforms



Split two cursor layers to support two displays on 8996 automotive
platforms such as ADP, CDP and dragon board.

Change-Id: I3a82bf4c5a9d38473c88d37c4a6b098522c5c3ef
Signed-off-by: default avatarJin Li <jinl@codeaurora.org>
parent 545db1d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@
		};
		qcom,sde-plane-id@5 {
			qcom,display-type = "primary";
			qcom,plane-name = "cursor0", "cursor1";
			qcom,plane-name = "cursor0";
			qcom,plane-type = "cursor";
		};
	};
+8 −3
Original line number Diff line number Diff line
@@ -567,7 +567,7 @@
		};
		qcom,sde-plane-id@2 {
			qcom,display-type = "primary";
			qcom,plane-name = "cursor0", "cursor1";
			qcom,plane-name = "cursor0";
			qcom,plane-type = "cursor";
		};
		qcom,sde-plane-id@3 {
@@ -586,16 +586,21 @@
			qcom,plane-type = "overlay";
		};
		qcom,sde-plane-id@6 {
			qcom,display-type = "secondary";
			qcom,plane-name = "cursor1";
			qcom,plane-type = "cursor";
		};
		qcom,sde-plane-id@7 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "rgb3";
			qcom,plane-type = "primary";
		};
		qcom,sde-plane-id@7 {
		qcom,sde-plane-id@8 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "vig3";
			qcom,plane-type = "overlay";
		};
		qcom,sde-plane-id@8 {
		qcom,sde-plane-id@9 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "dma1";
			qcom,plane-type = "overlay";
+8 −3
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@
		};
		qcom,sde-plane-id@2 {
			qcom,display-type = "primary";
			qcom,plane-name = "cursor0", "cursor1";
			qcom,plane-name = "cursor0";
			qcom,plane-type = "cursor";
		};
		qcom,sde-plane-id@3 {
@@ -383,16 +383,21 @@
			qcom,plane-type = "overlay";
		};
		qcom,sde-plane-id@6 {
			qcom,display-type = "secondary";
			qcom,plane-name = "cursor1";
			qcom,plane-type = "cursor";
		};
		qcom,sde-plane-id@7 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "rgb3";
			qcom,plane-type = "primary";
		};
		qcom,sde-plane-id@7 {
		qcom,sde-plane-id@8 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "vig3";
			qcom,plane-type = "overlay";
		};
		qcom,sde-plane-id@8 {
		qcom,sde-plane-id@9 {
			qcom,display-type = "tertiary";
			qcom,plane-name = "dma1";
			qcom,plane-type = "overlay";