ARM: dts: artik533-compy: change HW overlay's priority accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200318.130613 accepted/tizen/5.5/unified/wearable/hotfix/20201027.092957 submit/tizen_5.5/20200312.055520 submit/tizen_5.5/20200312.102243 submit/tizen_5.5_wearable_hotfix/20201026.184309
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 12 Mar 2020 04:08:26 +0000 (13:08 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 12 Mar 2020 05:54:49 +0000 (14:54 +0900)
In Tizen, display video layer should have lower priority than graphics layers
to show video and UI images together on display. Change HW overlay's priority.

Note: change as like s5p4418-artik530-raptor-common.dtsi.

Change-Id: Ic4e1d2184cd5be363a87206884e46ceec0a49337
Ref: commit a6a16ea9c26c ("ARM: dts: artik530_raptor: change HW overlay's priority")
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/boot/dts/s5p4418-artik533-compy.dts

index a187a084736ced7ee49a1df2f982093f8d044427..a383956e669c43810d7dc31b13fba83bf4e63b49 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";
                };
        };
 };