diff options
author | Archit Taneja <archit@ti.com> | 2012-08-24 13:29:26 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-26 13:58:51 +0200 |
commit | 9e4a0fc76549e1105fd4a2c7e03871c31110387e (patch) | |
tree | dbe31accae359704b7ac65821fec99fbafa794fb /drivers/video/omap2/dss/dss.h | |
parent | OMAPDSS: DISPC: Configure overlay-like parameters in dispc_wb_setup (diff) | |
download | linux-9e4a0fc76549e1105fd4a2c7e03871c31110387e.tar.xz linux-9e4a0fc76549e1105fd4a2c7e03871c31110387e.zip |
OMAPDSS: DISPC: Configure writeback specific parameters in dispc_wb_setup()
Configure some of the writeback specific parameters in dispc_wb_setup(). The
writeback parameters configured are:
truncation: This needs to be set if the color depth input to writeback is more
than the color depth of the color mode we want to store in memory.
writeback mode: This configures whether we want to use writeback in mem to mem
or capture mode. This information will be directly passed by APPLY later.
Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 3f9208e88203..8677f5157318 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -488,7 +488,7 @@ void dispc_mgr_setup(enum omap_channel channel, void dispc_wb_set_channel_in(enum dss_writeback_channel channel); int dispc_wb_setup(const struct omap_dss_writeback_info *wi, - const struct omap_video_timings *timings); + bool mem_to_mem, const struct omap_video_timings *timings); /* VENC */ #ifdef CONFIG_OMAP2_DSS_VENC |