]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston-init: enable g2d for mx6dl/mxq machines
authorPierluigi Passaro <pierluigi.p@variscite.com>
Sat, 31 Oct 2020 22:43:12 +0000 (23:43 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 3 Apr 2021 00:49:10 +0000 (21:49 -0300)
Both the machines do support g2d and this fix graphical artifacts
when using a mouse

Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
(cherry picked from commit 5495996f680c401c1759bf944450c3000b837c66)

recipes-graphics/wayland/weston-init.bbappend

index e5bbca667f3ee36baa08d7e63133f858ae4d89c9..0a257980e8b10283fd217169ecdbfd3dd794044b 100644 (file)
@@ -15,6 +15,12 @@ SRC_URI_append_mx6sl = " file://weston.config"
 INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \
 "
+INI_UNCOMMENT_ASSIGNMENTS_append_mx6dl = " \
+    use-g2d=1 \
+"
+INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \
+    use-g2d=1 \
+"
 INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \
     use-g2d=1 \
 "