]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston-init: use g2d for i.MX8M Nano SoC
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Mon, 6 Jan 2020 16:51:57 +0000 (16:51 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 8 Apr 2020 11:43:39 +0000 (08:43 -0300)
Use 2D acceleration for i.MX8M Nano SoC.

Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
(cherry picked from commit b3f51ab82838a67146d5b6fcf8f19d36c5efeb37)

recipes-graphics/wayland/weston-init.bbappend

index 041afd7915e853efa3fea05d184fae5b1e43581a..4382fca3c806b4632ecfceb3972f41d531b5b723 100644 (file)
@@ -26,6 +26,9 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \
     \\[shell\\] \
     size=1920x1080 \
 "
+INI_UNCOMMENT_ASSIGNMENTS_append_mx8mn = " \
+    use-g2d=1 \
+"
 
 uncomment() {
     if ! (grep "^#$1" $2); then