summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-08-14 14:17:30 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-15 11:13:59 -0300
commitab9c35389374f3f7ecfba4d36f186e3283a8c6fb (patch)
tree9f460e2e1c31c86f7337234b18ad3716f201942e
parent08a46a201317b0f028517f83ff1e2f59a039c56e (diff)
downloadmeta-freescale-ab9c35389374f3f7ecfba4d36f186e3283a8c6fb.tar.gz
xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
For 2D GPU cores there is a potential need to manage the maximum number of outstanding return requests from the memory subsystem. The proper way to manage these for 2D cores with this configuration is to use a FLUSH. The patch does a FLUSH after every DRAW, the pipe will not overfill and the scenario which may lead to a stall will not occur. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.1.bb (renamed from meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.1.bb
index 67d88637e..a4440dec5 100644
--- a/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
+++ b/meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.1.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://EXA/src/vivante_fbdev/vivante.h;endline=19;md5=641ac6
14 14
15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz" 15SRC_URI = "${FSL_MIRROR}/xserver-xorg-video-imx-viv-${PV}.tar.gz"
16 16
17SRC_URI[md5sum] = "697d9a3fb244eb95eae4207bf2d9c321" 17SRC_URI[md5sum] = "974f33945dc96e876907541906297798"
18SRC_URI[sha256sum] = "9178c6b721e55645bedf6d2cfaf836f5c6e2684673215358a6b6845c10a7a085" 18SRC_URI[sha256sum] = "5602266ac493c580386562068522b2fde43f24aa91c61ab6aaa62bb37a6cb672"
19 19
20EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \ 20EXTRA_OEMAKE += "-C EXA/src -f makefile.linux prefix=${D}/usr \
21 sysroot=${STAGING_DIR_TARGET} \ 21 sysroot=${STAGING_DIR_TARGET} \