From: Hoegeun Kwon Date: Mon, 18 Dec 2017 08:28:34 +0000 (+0900) Subject: ARM: dts: artik530_raptor: change HW overlay's priority X-Git-Tag: accepted/tizen/unified/20190130.053716~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6a16ea9c26c904b45dd3c23fa4d84b87e1c0dcb;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git ARM: dts: artik530_raptor: change HW overlay's priority 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 Updated descriptions Signed-off-by: Inki Dae --- diff --git a/arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi b/arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi index 2c9f983..6a49399 100644 --- a/arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi +++ b/arch/arm/boot/dts/s5p4418-artik530-raptor-common.dtsi @@ -746,13 +746,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"; }; }; };