Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271200
b: refs/heads/master
c: 09a9168
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent 6949bb7 commit 48f2090
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: 7b116e54920ff9b8bf082fb3c371187ed075ac38
refs/heads/master: 09a9168d4c3f3bf3b0f9306966379df500f201d2
2 changes: 1 addition & 1 deletion trunk/drivers/video/imsttfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ set_offset (struct fb_var_screeninfo *var, struct fb_info *info)
{
struct imstt_par *par = info->par;
__u32 off = var->yoffset * (info->fix.line_length >> 3)
+ ((var->xoffset * (var->bits_per_pixel >> 3)) >> 3);
+ ((var->xoffset * (info->var.bits_per_pixel >> 3)) >> 3);
write_reg_le32(par->dc_regs, SSR, off);
}

Expand Down

0 comments on commit 48f2090

Please sign in to comment.