[oe-commits] Koen Kooi : angstrom-uboot-scripts: enable triple buffering for dsplink script, fixes tearing when using SGX

git version control git at git.openembedded.org
Sat Mar 27 15:12:50 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 1fada4c444e4eb49c81c8d54e0de4256dc0f7125
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1fada4c444e4eb49c81c8d54e0de4256dc0f7125

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Mar 26 11:47:17 2010 +0100

angstrom-uboot-scripts: enable triple buffering for dsplink script, fixes tearing when using SGX

---

 .../angstrom/angstrom-uboot-scripts/dsplink.cmd    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd b/recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd
index 7928744..c07c992 100644
--- a/recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd
+++ b/recipes/angstrom/angstrom-uboot-scripts/dsplink.cmd
@@ -1,4 +1,4 @@
-setenv vram '16M'
-setenv dvimode 'hd720 mem=99M at 0x80000000 mem=128M at 0x88000000 omapfb.vram=0:8M,1:4M,2:4M'
+setenv vram '20M'
+setenv dvimode 'hd720 mem=99M at 0x80000000 mem=128M at 0x88000000 omapfb.vram=0:12M,1:4M,2:4M'
 run loaduimage
 run mmcboot





More information about the Openembedded-commits mailing list