Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271234
b: refs/heads/master
c: c12665f
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent dcdbc09 commit 1300c14
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: eca7370bd2f29296126011caed64af93c2c73803
refs/heads/master: c12665ffcf4e5e67b84771d30fb76dd9ff16600e
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 1300c14

Please sign in to comment.