arm64: dts: artik710_raptor: change HW overlay's priority
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 19 Dec 2017 07:24:46 +0000 (16:24 +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: I42e33f7188ca7935b6e622881a6fc1c3ff003ea4
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
arch/arm64/boot/dts/nexell/s5p6818-artik710-raptor-common.dtsi

index 5c7cae3..d4b0db0 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";
                };
        };
 };