Commit a782eed6 authored by Geoff Levand's avatar Geoff Levand Committed by Linus Torvalds

ps3fb: fix modedb typos

Fix modedb typos
Signed-off-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a286408c
...@@ -184,7 +184,7 @@ static const struct fb_videomode ps3fb_modedb[] = { ...@@ -184,7 +184,7 @@ static const struct fb_videomode ps3fb_modedb[] = {
"720p", 50, 1124, 644, 13468, 298, 478, 57, 44, 80, 5, "720p", 50, 1124, 644, 13468, 298, 478, 57, 44, 80, 5,
FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED
}, { }, {
/* 1080 */ /* 1080i */
"1080i", 50, 1688, 964, 13468, 264, 600, 94, 62, 88, 5, "1080i", 50, 1688, 964, 13468, 264, 600, 94, 62, 88, 5,
FB_SYNC_BROADCAST, FB_VMODE_INTERLACED FB_SYNC_BROADCAST, FB_VMODE_INTERLACED
}, { }, {
...@@ -232,7 +232,7 @@ static const struct fb_videomode ps3fb_modedb[] = { ...@@ -232,7 +232,7 @@ static const struct fb_videomode ps3fb_modedb[] = {
FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED
}, { }, {
/* 1080if */ /* 1080if */
"1080f", 50, 1920, 1080, 13468, 148, 484, 36, 4, 88, 5, "1080if", 50, 1920, 1080, 13468, 148, 484, 36, 4, 88, 5,
FB_SYNC_BROADCAST, FB_VMODE_INTERLACED FB_SYNC_BROADCAST, FB_VMODE_INTERLACED
}, { }, {
/* 1080pf */ /* 1080pf */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment