summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorbjorn Svensson <torbjorn.x.svensson@stericsson.com>2012-01-12 12:30:00 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:25 +0200
commitf907dd40646ccca916b05fbc2ccd2eafa1d5e591 (patch)
treecc85c3d4e285b258a9ede852dbad96cd6956545e /include
parenta4ad291c8913d7ead160bc8f45cc07feae5676a2 (diff)
video: mcde: add rotbufsize
This adds rotbufsize and moves the declaration of the rotbufs from the board-mop500-mcde.c file to the devices-db8500.c file. ST-Ericsson ID: 373680 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I72274c6cb51abf88acc4e2f2f845a816a3bcd5be Signed-off-by: Torbjorn Svensson <torbjorn.x.svensson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45515 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com> Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index 015350f4495..f55ad8dd69e 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -372,6 +372,11 @@ struct mcde_platform_data {
u8 outmux[5]; /* MCDE_CONF0.OUTMUXx */
u8 syncmux; /* MCDE_CONF0.SYNCMUXx */
+ /* TODO: Remove once ESRAM allocator is done */
+ u32 rotbuf1;
+ u32 rotbuf2;
+ u32 rotbufsize;
+
const char *regulator_vana_id;
const char *regulator_mcde_epod_id;
const char *regulator_esram_epod_id;