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-22 10:32:00 -0300
commita0f657554d97d489d3479adc14ebafaa9780f19f (patch)
treed01c2762f91a54773bb6a8f4a778f92fa79d42eb
parentc7c410d7b6a0a8a96fa845d78e76b0a15157b19a (diff)
downloadmeta-fsl-arm-a0f657554d97d489d3479adc14ebafaa9780f19f.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--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.1.bb (renamed from 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/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.1.bb
index 67d8863..a4440de 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_3.10.17-1.0.0.bb
+++ b/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} \