aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-08-22 16:57:02 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-07 20:02:13 +0300
commit66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5 (patch)
tree4e692f659edf5992a27b743c885c381a00d0140d /include/video
parentOMAPDSS: Improve fifo management code (diff)
downloadlinux-dev-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.tar.xz
linux-dev-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.zip
OMAPDSS: Use WB fifo for GFX overlay
OMAP4's GFX overlay has smaller fifo than the rest of the overlays (including writeback "overlay"). This seems to be the reason for underflows in some more demanding scenarios. We can avoid the problems by using the WB fifo for GFX overlay, and vice versa. WB usage is not supported yet, but when it will, it should perform just fine with smaller fifo as there are no hard realtime constraints with WB. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 24a7fa196651..ac2e4cca5a23 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -73,6 +73,7 @@ enum omap_plane {
OMAP_DSS_VIDEO1 = 1,
OMAP_DSS_VIDEO2 = 2,
OMAP_DSS_VIDEO3 = 3,
+ OMAP_DSS_WB = 4,
};
enum omap_channel {