]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: Upgrade to 3.10.17-1.0.1
authorLauren Post <lauren.post@freescale.com>
Thu, 14 Aug 2014 19:17:31 +0000 (14:17 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 15 Aug 2014 14:14:07 +0000 (11:14 -0300)
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>
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.10.17.bb

index c643d26208459abe7d447117016e16ffbf154823..9ec3a3ead7fc13a00a046cd032ae75ccb51eed1a 100644 (file)
@@ -10,8 +10,8 @@ require recipes-kernel/linux/linux-dtb.inc
 
 DEPENDS += "lzop-native bc-native"
 
-SRCBRANCH = "imx_3.10.17_1.0.0_ga"
-SRCREV = "2a69800d94f182e975e4ed3ae2e64d30d35a3603"
-LOCALVERSION = "-1.0.0_ga"
+SRCBRANCH = "imx_3.10.17_1.0.1_ga"
+SRCREV = "dac46dcf913585956a0e7a838e6f4b7465f00f57"
+LOCALVERSION = "-1.0.1_ga"
 
 COMPATIBLE_MACHINE = "(mx6)"