diff options
Diffstat (limited to 'recipes-graphics/wayland/weston/0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch')
| -rw-r--r-- | recipes-graphics/wayland/weston/0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-graphics/wayland/weston/0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch b/recipes-graphics/wayland/weston/0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch deleted file mode 100644 index 75589d3b1..000000000 --- a/recipes-graphics/wayland/weston/0001-weston.ini-using-argb8888-as-gbm-default-on-mscale-8.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 186ec0c80410b2120b8f31c211cb44a836c84522 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Haihua Hu <jared.hu@nxp.com> | ||
| 3 | Date: Wed, 4 Jul 2018 16:05:20 +0800 | ||
| 4 | Subject: [PATCH] weston.ini: using argb8888 as gbm default on mscale 850D | ||
| 5 | |||
| 6 | mscale 850D video playback need using pixel alpha for graphic layer | ||
| 7 | |||
| 8 | upstream status: imx specific | ||
| 9 | Signed-off-by: Haihua Hu <jared.hu@nxp.com> | ||
| 10 | |||
| 11 | --- | ||
| 12 | weston.ini.in | 1 + | ||
| 13 | 1 file changed, 1 insertion(+) | ||
| 14 | |||
| 15 | Index: git/weston.ini.in | ||
| 16 | =================================================================== | ||
| 17 | --- git.orig/weston.ini.in | ||
| 18 | +++ git/weston.ini.in | ||
| 19 | @@ -2,6 +2,7 @@ | ||
| 20 | # i.MX: Disable idle timeout | ||
| 21 | idle-time=0 | ||
| 22 | #use-g2d=1 | ||
| 23 | +gbm-format=argb8888 | ||
| 24 | |||
| 25 | [libinput] | ||
| 26 | touchscreen_calibrator=true | ||
