aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/mcde/mcde_regs.h
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2010-11-05 10:17:23 +0100
committerSundar Iyer <sundar.iyer@stericsson.com>2010-11-19 14:47:45 +0530
commit848e2837e1d74233a54ea40241525cef78687f7c (patch)
treec644a1ba88bb0426afc4a81f1f2a3868f1432e30 /drivers/video/mcde/mcde_regs.h
parentfa3402abb012cc6b65256ca6c5d111de3210d9d1 (diff)
MCDE: Add new handling of disable channel
This patch does the following: * New handling of disable and enable channel. * Fixes problem with secondary display on V2. ST Ericsson Id: ER 277738 Change-Id: I436b0d2832fe59ba1aba004d8b05c8896dfcf3e0 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/8260 Tested-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Dan JOHANSSON <dan.johansson@stericsson.com> Reviewed-by: Linus WALLEIJ <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/video/mcde/mcde_regs.h')
-rw-r--r--drivers/video/mcde/mcde_regs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/video/mcde/mcde_regs.h b/drivers/video/mcde/mcde_regs.h
index 71b79e30b66..88f295bd3cc 100644
--- a/drivers/video/mcde/mcde_regs.h
+++ b/drivers/video/mcde/mcde_regs.h
@@ -4734,9 +4734,9 @@
#define MCDE_CTRLC0_FORMID_DSI0VID 0
#define MCDE_CTRLC0_FORMID_DSI0CMD 1
#define MCDE_CTRLC0_FORMID_DSI1VID 2
-#define MCDE_CTRLC0_FORMID_DSI1CMD 0
-#define MCDE_CTRLC0_FORMID_DSI2VID 1
-#define MCDE_CTRLC0_FORMID_DSI2CMD 2
+#define MCDE_CTRLC0_FORMID_DSI1CMD 3
+#define MCDE_CTRLC0_FORMID_DSI2VID 4
+#define MCDE_CTRLC0_FORMID_DSI2CMD 5
#define MCDE_CTRLC0_FORMID_ENUM(__x) \
MCDE_VAL2REG(MCDE_CTRLC0, FORMID, MCDE_CTRLC0_FORMID_##__x)
#define MCDE_CTRLC0_FORMID(__x) \
@@ -4768,9 +4768,9 @@
#define MCDE_CTRLC1_FORMID_DSI0VID 0
#define MCDE_CTRLC1_FORMID_DSI0CMD 1
#define MCDE_CTRLC1_FORMID_DSI1VID 2
-#define MCDE_CTRLC1_FORMID_DSI1CMD 0
-#define MCDE_CTRLC1_FORMID_DSI2VID 1
-#define MCDE_CTRLC1_FORMID_DSI2CMD 2
+#define MCDE_CTRLC1_FORMID_DSI1CMD 3
+#define MCDE_CTRLC1_FORMID_DSI2VID 4
+#define MCDE_CTRLC1_FORMID_DSI2CMD 5
#define MCDE_CTRLC1_FORMID_ENUM(__x) \
MCDE_VAL2REG(MCDE_CTRLC1, FORMID, MCDE_CTRLC1_FORMID_##__x)
#define MCDE_CTRLC1_FORMID(__x) \