Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9118
b: refs/heads/master
c: 6d67e34
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Sep 21, 2005
1 parent dad5abc commit 3173858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 7a482425f45e695a2e2821b32a887865f016fbf9
refs/heads/master: 6d67e34de5a378de2f461137944c5d931283d557
8 changes: 4 additions & 4 deletions trunk/drivers/video/fbcvt.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ static void fb_cvt_convert_to_mode(struct fb_cvt_data *cvt,
{
mode->refresh = cvt->f_refresh;
mode->pixclock = KHZ2PICOS(cvt->pixclock/1000);
mode->left_margin = cvt->h_front_porch;
mode->right_margin = cvt->h_back_porch;
mode->left_margin = cvt->h_back_porch;
mode->right_margin = cvt->h_front_porch;
mode->hsync_len = cvt->hsync;
mode->upper_margin = cvt->v_front_porch;
mode->lower_margin = cvt->v_back_porch;
mode->upper_margin = cvt->v_back_porch;
mode->lower_margin = cvt->v_front_porch;
mode->vsync_len = cvt->vsync;

mode->sync &= ~(FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT);
Expand Down

0 comments on commit 3173858

Please sign in to comment.