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>
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";
};
};
};