summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJimmy Rubin <jimmy.rubin@stericsson.com>2011-10-05 06:45:27 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:15 +0200
commit4d9550ead3b7dc0b794d22f447740d82a341943e (patch)
tree8af4ccc6b6a0cb63e56ed0a8233d340c57caf1af /include
parentcacd0da9d5031fbd5334b3554822415548406576 (diff)
video: mcde: Remove hardware version handling
Hardware version is not needed anymore, since the probe handles all specific properties that are hardware version dependant. ST-Ericsson ID: 362765 ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Jimmy Rubin <jimmy.rubin@stericsson.com> Change-Id: I198c6af00ca1dbe39b269a4f8e17992b773a4fd5 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33323 Reviewed-by: Per PERSSON <per.xb.persson@stericsson.com> Reviewed-by: Marcus LORENTZON <marcus.xm.lorentzon@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/mcde.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video/mcde.h b/include/video/mcde.h
index d0f8862172f..82a006b2425 100644
--- a/include/video/mcde.h
+++ b/include/video/mcde.h
@@ -168,9 +168,6 @@ enum mcde_display_rotation {
#define MCDE_FIFO_AB_SIZE 640
#define MCDE_FIFO_C0C1_SIZE 160
-#define MCDE_INPUT_FIFO_SIZE_4_0_4 80
-#define MCDE_INPUT_FIFO_SIZE_3_0_8 128
-
/* Tv-out defines */
#define MCDE_CONFIG_TVOUT_BACKGROUND_LUMINANCE 0x83
#define MCDE_CONFIG_TVOUT_BACKGROUND_CHROMINANCE_CB 0x9C
@@ -179,11 +176,6 @@ enum mcde_display_rotation {
/* In seconds */
#define MCDE_AUTO_SYNC_WATCHDOG 5
-/* Hardware versions */
-#define MCDE_CHIP_VERSION_4_0_4 4 /* U5500 V2 */
-#define MCDE_CHIP_VERSION_3_0_8 2 /* U8500 V2 */
-#define MCDE_CHIP_VERSION_3 0
-
/* DSI modes */
#define DSI_VIDEO_MODE 0
#define DSI_CMD_MODE 1