Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271207
b: refs/heads/master
c: d8e7a74
h: refs/heads/master
i:
  271205: e8bd023
  271203: 977afdd
  271199: 6949bb7
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent 84e0406 commit 85835c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 01cba946e38eaa7071fd6fc756eedeecfcec3dd6
refs/heads/master: d8e7a74bf1f1c3d8235e1d939d3e1e96da94ed82
2 changes: 1 addition & 1 deletion trunk/drivers/video/s3c-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ static int s3c_fb_pan_display(struct fb_var_screeninfo *var,
}
}
/* Offset in bytes to the end of the displayed area */
end_boff = start_boff + var->yres * info->fix.line_length;
end_boff = start_boff + info->var.yres * info->fix.line_length;

/* Temporarily turn off per-vsync update from shadow registers until
* both start and end addresses are updated to prevent corruption */
Expand Down

0 comments on commit 85835c0

Please sign in to comment.