diff options
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 66e148c1..ebd98268 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
@@ -15,30 +15,25 @@ SRC_URI_append_mx6sl = " file://weston.config" | |||
15 | INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ | 15 | INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ |
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ |
17 | " | 17 | " |
18 | INI_UNCOMMENT_ASSIGNMENTS_append_mx6dl = " \ | ||
19 | use-g2d=1 \ | ||
20 | " | ||
21 | INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \ | ||
22 | use-g2d=1 \ | ||
23 | " | ||
24 | INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ | ||
25 | use-g2d=1 \ | ||
26 | " | ||
27 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \ | 18 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \ |
28 | repaint-window=16 \ | 19 | repaint-window=16 \ |
29 | " | 20 | " |
30 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8mm = " \ | ||
31 | use-g2d=1 \ | ||
32 | " | ||
33 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \ | ||
34 | use-g2d=1 \ | ||
35 | " | ||
36 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \ | 21 | INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \ |
37 | gbm-format=argb8888 \ | 22 | gbm-format=argb8888 \ |
38 | \\[shell\\] \ | 23 | \\[shell\\] \ |
39 | size=1920x1080 \ | 24 | size=1920x1080 \ |
40 | " | 25 | " |
41 | 26 | ||
27 | # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it | ||
28 | # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest | ||
29 | # rendering code. | ||
30 | INI_UNCOMMENT_USE_G2D_imxgpu2d ?= "use-g2d=1" | ||
31 | INI_UNCOMMENT_USE_G2D_mx8qm = "" | ||
32 | INI_UNCOMMENT_USE_G2D_mx8qxp = "" | ||
33 | INI_UNCOMMENT_ASSIGNMENTS_append_imxgpu2d = " \ | ||
34 | ${INI_UNCOMMENT_USE_G2D} \ | ||
35 | " | ||
36 | |||
42 | uncomment() { | 37 | uncomment() { |
43 | if ! grep -q "^#$1" $2 && ! grep -q "^$1" $2; then | 38 | if ! grep -q "^#$1" $2 && ! grep -q "^$1" $2; then |
44 | bbwarn "Commented setting '#$1' not found in file $2" | 39 | bbwarn "Commented setting '#$1' not found in file $2" |