From: Tomi Valkeinen Date: Fri, 13 Jan 2012 11:18:11 +0000 (+0200) Subject: OMAPDSS: DISPC: Add naive threshold calc for fifomerge X-Git-Tag: v3.4-rc1~125^2~8^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e405b9252e5e8926786d796e0d4293bc90cd56;p=pandora-kernel.git OMAPDSS: DISPC: Add naive threshold calc for fifomerge Take fifo merge into use by implementing a rather naive fifo merge threshold calculation: keep the low threshold always the same, but increase the high threshold when fifo merge is used. This should greatly increase the time between pixel data fetches from SDRAM, as the usable fifo size is much larger. However, it probably won't help for fifo underflows, as the low threshols is kept the same. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed