Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271253
b: refs/heads/master
c: 3478b1c
h: refs/heads/master
i:
  271251: 67974e6
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent 20ecabf commit ef4e43c
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: 83f0e27c253554b7be329e2786d0814a276fd240
refs/heads/master: 3478b1cd43284ef798974384ba894eadc37fc1d9
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 ef4e43c

Please sign in to comment.