ARM: dts: artik530_raptor: change HW overlay's priority
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 18 Dec 2017 08:28:34 +0000 (17:28 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:35 +0000 (11:25 +0900)
Changed HW overlay's priority.

Video layer should have a lower priority than graphics layers to show video
and UI  images together on Display.
By doing so, Platform can pass video image on video layer,
and UI image on graphics layers that alpha channel on the region of video layer
to be shown is enabled.

Change-Id: I4a5fd33caefb27dcfacf73f7424a8a21365cad7e
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Updated descriptions
Signed-off-by: Inki Dae <inki.dae@samsung.com>
arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi

index 2c9f9839f8d26f46ce4029becf4c0cf30ade56d2..6a49399e49a70a84d08ec83d2d0693e61a083a42 100644 (file)
                        reg = <0>;
                        back_color = < 0x0 >;
                        color_key = < 0x0 >;
-                       plane-names = "video", "primary", "rgb";
+                       plane-names = "rgb", "primary", "video";
                };
                port@1 {
                        reg = <1>;
                        back_color = < 0x0 >;
                        color_key = < 0x0 >;
-                       plane-names = "video", "primary";
+                       plane-names = "primary", "video";
                };
        };
 };