diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:22:51 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:13 -0300 |
commit | efb174b0d02f85394fc58000ffafe980d031b9db (patch) | |
tree | 1eb40cc697de4701d9c15f382046d2a64845e813 /recipes-graphics | |
parent | cc728dbaa96ac46254b11db62b3272a00baad488 (diff) | |
download | meta-freescale-efb174b0d02f85394fc58000ffafe980d031b9db.tar.gz |
xf86-video-imxfb-vivante: Upgrade to 5.0.11.p6.3
Released with 3.14.38-6QP_beta release.
Upgrade to version 5.0.11.p6.3 to align with imx-gpu-viv upgrade.
- Fixes for Xrandr rotation, and video modes not displaying correctly.
- Fixes for Xrandr not displaying correctly with PXP.
- Fix for alignment in xorg.conf to notify EXA driver the display engine.
- Add GC2000+ support.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb | 8 | ||||
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb deleted file mode 100644 index c5cf2715..00000000 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # Copyright (C) 2012-2015 Freescale Semiconductor | ||
2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require xf86-video-imxfb-vivante.inc | ||
6 | |||
7 | SRC_URI[md5sum] = "e89cd72f6d35d53accfd6b6bb3e05f42" | ||
8 | SRC_URI[sha256sum] = "1a0b25a91b493e99dfa94a802290320ea998ebd45d7aab0f73d7c7bb521b7e84" | ||
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb new file mode 100644 index 00000000..4eb19912 --- /dev/null +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p6.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | # Copyright (C) 2012-2015 Freescale Semiconductor | ||
2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require xf86-video-imxfb-vivante.inc | ||
6 | |||
7 | SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${@'${PV}'.replace('5.0.11.p6.3', '5.0.11.p6.3-beta')}.tar.gz \ | ||
8 | file://rc.autohdmi" | ||
9 | |||
10 | SRC_URI[md5sum] = "2c1f0095a7e1ed5ca6cd070e9c8e2cff" | ||
11 | SRC_URI[sha256sum] = "660738bf0d75c71ee83b3d84c234a4304d85fde4a28b4a27fb9b59dbfcc94632" | ||
12 | |||
13 | S = "${WORKDIR}/xserver-xorg-video-imx-viv-${@'${PV}'.replace('5.0.11.p6.3', '5.0.11.p6.3-beta')}/" | ||