diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-03-12 13:08:26 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-03-12 13:10:26 +0900 |
commit | df9bb88f86ca1a8eba181233ef5b5be263847a27 (patch) | |
tree | 6e18bf33440c02f0fd1a79772b6809bef75d20c4 | |
parent | c8b904e928bf82b7b9283b439f501d87a2df504d (diff) | |
download | linux-artik7-df9bb88f86ca1a8eba181233ef5b5be263847a27.tar.gz linux-artik7-df9bb88f86ca1a8eba181233ef5b5be263847a27.tar.bz2 linux-artik7-df9bb88f86ca1a8eba181233ef5b5be263847a27.zip |
ARM: dts: artik533-compy: change HW overlay's prioritysubmit/tizen/20200312.055423accepted/tizen/unified/20200312.131046
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>
-rw-r--r-- | arch/arm/boot/dts/s5p4418-artik533-compy.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/s5p4418-artik533-compy.dts b/arch/arm/boot/dts/s5p4418-artik533-compy.dts index a187a084736c..a383956e669c 100644 --- a/arch/arm/boot/dts/s5p4418-artik533-compy.dts +++ b/arch/arm/boot/dts/s5p4418-artik533-compy.dts @@ -615,13 +615,13 @@ 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"; }; }; }; |