Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271195
b: refs/heads/master
c: 8b76c68
h: refs/heads/master
i:
  271193: f426d50
  271191: 147a83c
v: v3
  • Loading branch information
Laurent Pinchart committed Aug 19, 2011
1 parent 2234e93 commit 0b5bdb1
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: 0e03f856d2383a5428cf6de516b73d2b40841ced
refs/heads/master: 8b76c6827991858a52841b6c20fea91a12499d6f
4 changes: 2 additions & 2 deletions trunk/drivers/video/da8xx-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,8 @@ static int da8xx_pan_display(struct fb_var_screeninfo *var,

start = fix->smem_start +
new_var.yoffset * fix->line_length +
new_var.xoffset * var->bits_per_pixel / 8;
end = start + var->yres * fix->line_length - 1;
new_var.xoffset * fbi->var.bits_per_pixel / 8;
end = start + fbi->var.yres * fix->line_length - 1;
par->dma_start = start;
par->dma_end = end;
}
Expand Down

0 comments on commit 0b5bdb1

Please sign in to comment.