Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271215
b: refs/heads/master
c: 8f0246d
h: refs/heads/master
i:
  271213: 79a454c
  271211: 3ee2f2f
  271207: 85835c0
  271199: 6949bb7
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent 355ce0f commit 884a491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c272d64111c4fdc0b6a2122452e98a3315bd6b4b
refs/heads/master: 8f0246d6287fbb37c05b7983ff61c7f57ad86a92
4 changes: 2 additions & 2 deletions trunk/drivers/video/vt8500lcdfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ static int vt8500lcd_pan_display(struct fb_var_screeninfo *var,
struct vt8500lcd_info *fbi = to_vt8500lcd_info(info);

writel((1 << 31)
| (((var->xres_virtual - var->xres) * pixlen / 4) << 20)
| (off >> 2), fbi->regbase + 0x20);
| (((info->var.xres_virtual - info->var.xres) * pixlen / 4) << 20)
| (off >> 2), fbi->regbase + 0x20);
return 0;
}

Expand Down

0 comments on commit 884a491

Please sign in to comment.