Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271240
b: refs/heads/master
c: e4c735a
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent 6b7e15f commit 88054fb
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: 635e9620e8361005b9a80c9fb0445b6b87d36f8c
refs/heads/master: e4c735af0076923643af48577fc9ad6e123a55fa
4 changes: 2 additions & 2 deletions trunk/drivers/video/tridentfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@ static int tridentfb_pan_display(struct fb_var_screeninfo *var,
unsigned int offset;

debug("enter\n");
offset = (var->xoffset + (var->yoffset * var->xres_virtual))
* var->bits_per_pixel / 32;
offset = (var->xoffset + (var->yoffset * info->var.xres_virtual))
* info->var.bits_per_pixel / 32;
set_screen_start(par, offset);
debug("exit\n");
return 0;
Expand Down

0 comments on commit 88054fb

Please sign in to comment.