summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-08-14 14:17:31 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-15 11:14:07 -0300
commit688cb667dd46ee138ac50b84d199ca975e1827ea (patch)
treea89d7f395b16e30225a31fc06bab212d123d7ca0 /recipes-kernel
parent198c5a365ee13d49a62f9f3ee41cdbf3dcb54f5f (diff)
downloadmeta-fsl-arm-688cb667dd46ee138ac50b84d199ca975e1827ea.tar.gz
linux-imx: 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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx_3.10.17.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.10.17.bb b/recipes-kernel/linux/linux-imx_3.10.17.bb
index c643d26..9ec3a3e 100644
--- a/recipes-kernel/linux/linux-imx_3.10.17.bb
+++ b/recipes-kernel/linux/linux-imx_3.10.17.bb
@@ -10,8 +10,8 @@ require recipes-kernel/linux/linux-dtb.inc
10 10
11DEPENDS += "lzop-native bc-native" 11DEPENDS += "lzop-native bc-native"
12 12
13SRCBRANCH = "imx_3.10.17_1.0.0_ga" 13SRCBRANCH = "imx_3.10.17_1.0.1_ga"
14SRCREV = "2a69800d94f182e975e4ed3ae2e64d30d35a3603" 14SRCREV = "dac46dcf913585956a0e7a838e6f4b7465f00f57"
15LOCALVERSION = "-1.0.0_ga" 15LOCALVERSION = "-1.0.1_ga"
16 16
17COMPATIBLE_MACHINE = "(mx6)" 17COMPATIBLE_MACHINE = "(mx6)"