]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: APPLY: add fifo merge support funcs
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 16 Nov 2011 13:00:22 +0000 (15:00 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 25 Jan 2012 11:46:18 +0000 (13:46 +0200)
commit89b986f5e0162d42cfbd84691349c3a0337a8267
tree2facad7cd414ac20101696e094939a39532a457c
parent487c00b40218ebd4ca5c6b3aa6dd94bdbed2a373
OMAPDSS: APPLY: add fifo merge support funcs

Add mechanism to set/unset the DISPC fifo-merge:

Add new fields to dss_data, fifo_merge and fifo_merge_dirty. These are
similar to the other info/dirty flags in ovl_priv_data and ovl_mgr_data,
but fifo merge is a common attribute to all managers and thus outside
the ovl_mgr_data.

The fifo-merge field is used in the dss_write_regs_common, which handles
writing the register.

dss_apply_fifo_merge() can be used to set/unset the fifo merge field in
the dss_data.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c