Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208598
b: refs/heads/master
c: 97dbc51
h: refs/heads/master
v: v3
  • Loading branch information
Marek Vasut authored and Eric Miao committed Jun 18, 2010
1 parent 1b366e2 commit 204b192
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54e70bffd8575580a60a879692ba41931b927c52
refs/heads/master: 97dbc5164adb9e3f9c3a49183f616763fe43ea26
50 changes: 49 additions & 1 deletion trunk/arch/arm/mach-pxa/vpac270.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,55 @@ static struct pxafb_mode_info vpac270_lcd_modes[] = {
.vsync_len = 2,

.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
},
}, { /* CRT 640x480 */
.pixclock = 35000,
.xres = 640,
.yres = 480,
.bpp = 16,
.depth = 16,

.left_margin = 96,
.right_margin = 48,
.upper_margin = 33,
.lower_margin = 10,

.hsync_len = 48,
.vsync_len = 1,

.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
}, { /* CRT 800x600 H=30kHz V=48HZ */
.pixclock = 25000,
.xres = 800,
.yres = 600,
.bpp = 16,
.depth = 16,

.left_margin = 50,
.right_margin = 1,
.upper_margin = 21,
.lower_margin = 12,

.hsync_len = 8,
.vsync_len = 1,

.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
}, { /* CRT 1024x768 H=40kHz V=50Hz */
.pixclock = 15000,
.xres = 1024,
.yres = 768,
.bpp = 16,
.depth = 16,

.left_margin = 220,
.right_margin = 8,
.upper_margin = 33,
.lower_margin = 2,

.hsync_len = 48,
.vsync_len = 1,

.sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
}
};

static struct pxafb_mach_info vpac270_lcd_screen = {
Expand Down

0 comments on commit 204b192

Please sign in to comment.