summaryrefslogtreecommitdiff
path: root/board/st/u8500/mcde.h
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2010-08-26 09:53:49 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-09-01 14:57:56 +0200
commitc3f425b85da74247e69c5dd9a0c8ec5fd33a443d (patch)
tree44c79f651c4d61a94b6a9a83d0cf17b9d845810e /board/st/u8500/mcde.h
parentdf4963a61499dd34cb9aaf87321b06e3666a323c (diff)
MCDE: Update for DB8500 V2
This patch does the following: * Adds support for DB8500 V2 ST Ericsson ID: AP 270849 Change-Id: Ica648dc1663b58ee3468e1dc8bd831ede56c102a Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4418 Tested-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'board/st/u8500/mcde.h')
-rw-r--r--board/st/u8500/mcde.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/st/u8500/mcde.h b/board/st/u8500/mcde.h
index 592053cd3..b5d03762e 100644
--- a/board/st/u8500/mcde.h
+++ b/board/st/u8500/mcde.h
@@ -24,11 +24,17 @@ enum mcde_port_mode {
/* MCDE fifos */
enum mcde_fifo {
MCDE_FIFO_A = 0,
+ MCDE_FIFO_B = 1,
+ MCDE_FIFO_C0 = 2,
+ MCDE_FIFO_C1 = 3,
};
/* MCDE channels (pixel pipelines) */
enum mcde_chnl {
+ MCDE_CHNL_A = 0,
+ MCDE_CHNL_B = 1,
MCDE_CHNL_C0 = 2,
+ MCDE_CHNL_C1 = 3,
};
/* Update sync mode */
@@ -63,6 +69,10 @@ enum mcde_port_pix_fmt {
};
+/* DSI modes */
+#define DSI_VIDEO_MODE 0
+#define DSI_CMD_MODE 1
+
struct mcde_chnl_state;
struct mcde_chnl_state *mcde_chnl_get(enum mcde_chnl chnl_id,