diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-08-22 16:57:02 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-07 20:02:13 +0300 |
commit | 66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5 (patch) | |
tree | 4e692f659edf5992a27b743c885c381a00d0140d /include/video | |
parent | 42a6961cf6d23632b8b5c64bd8711aef33e89518 (diff) | |
download | linux-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.tar.gz linux-66a0f9e4ac46144fb86ebe90f58ce6f416a55cd5.tar.bz2 linux-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.h | 1 |
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 { |