summaryrefslogtreecommitdiff
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
parent42a6961cf6d23632b8b5c64bd8711aef33e89518 (diff)
downloadlinux-3.10-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.tar.gz
linux-3.10-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.tar.bz2
linux-3.10-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 24a7fa19665..ac2e4cca5a2 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 {