summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRan Ferderber <Ran.Ferderber@freescale.com>2010-11-25 16:54:39 +0200
committerRan Ferderber <Ran.Ferderber@freescale.com>2010-11-30 08:57:43 +0200
commitbbdbbe6e615e6df3a897c068366a046ffc7a8062 (patch)
tree083727e25d4514e241cfcde1374159aa38fef3e2 /arch
parenteccf691153e89692c79a3784087018cd5caa70d8 (diff)
ENGR00134077-1 Add TVE 1080P30/25/24, 1080I60/50 support for iMX53
Set the new video modes values Signed-off-by: Ran Ferderber r53561@freescale.com
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index 2591f6dc3eab..e61cf16f482e 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -452,20 +452,20 @@ static struct fb_videomode video_modes[] = {
{
/* 1080i50 TV output */
"1080I50", 50, 1920, 1080, 13468,
- 148, 528,
- 36, 4,
- 44, 5,
+ 192, 527,
+ 20, 24,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
- FB_VMODE_INTERLACED,
+ FB_VMODE_INTERLACED | FB_VMODE_ODD_FLD_FIRST,
0,},
{
/* 1080i60 TV output */
"1080I60", 60, 1920, 1080, 13468,
- 148, 88,
- 36, 4,
- 44, 5,
+ 192, 87,
+ 20, 24,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
- FB_VMODE_INTERLACED,
+ FB_VMODE_INTERLACED | FB_VMODE_ODD_FLD_FIRST,
0,},
{
/* 800x480 @ 57 Hz , pixel clk @ 27MHz */
@@ -484,9 +484,9 @@ static struct fb_videomode video_modes[] = {
{
/* 720p30 TV output */
"720P30", 30, 1280, 720, 13468,
- 256, 1760,
- 20, 5,
- 4, 5,
+ 260, 1759,
+ 25, 4,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
FB_VMODE_NONINTERLACED,
0,},
@@ -519,27 +519,27 @@ static struct fb_videomode video_modes[] = {
{
/* 1080p24 TV output */
"1080P24", 24, 1920, 1080, 13468,
- 148, 638,
- 36, 4,
- 44, 5,
+ 192, 637,
+ 38, 6,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
FB_VMODE_NONINTERLACED,
0,},
{
/* 1080p25 TV output */
"1080P25", 25, 1920, 1080, 13468,
- 148, 528,
- 36, 4,
- 44, 5,
+ 192, 527,
+ 38, 6,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
FB_VMODE_NONINTERLACED,
0,},
{
/* 1080p30 TV output */
"1080P30", 30, 1920, 1080, 13468,
- 148, 88,
- 36, 4,
- 44, 5,
+ 192, 87,
+ 38, 6,
+ 1, 1,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
FB_VMODE_NONINTERLACED,
0,},