Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137243
b: refs/heads/master
c: 7e8549b
h: refs/heads/master
i:
  137241: 3cf0709
  137239: 30e13e8
v: v3
  • Loading branch information
Sascha Hauer committed Mar 13, 2009
1 parent c7b3919 commit ddeb8e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1d0f98709347c4babac08dd933466674e089f188
refs/heads/master: 7e8549bcee00d92040904361cb1840c7a5eda615
6 changes: 3 additions & 3 deletions trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ static int imxfb_activate_var(struct fb_var_screeninfo *var, struct fb_info *inf
info->fix.id, var->lower_margin);
#endif

writel(HCR_H_WIDTH(var->hsync_len) |
HCR_H_WAIT_1(var->right_margin) |
HCR_H_WAIT_2(var->left_margin),
writel(HCR_H_WIDTH(var->hsync_len - 1) |
HCR_H_WAIT_1(var->right_margin - 1) |
HCR_H_WAIT_2(var->left_margin - 3),
fbi->regs + LCDC_HCR);

writel(VCR_V_WIDTH(var->vsync_len) |
Expand Down

0 comments on commit ddeb8e6

Please sign in to comment.