Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271254
b: refs/heads/master
c: e6c4d3d
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Paul Mundt committed Jun 15, 2011
1 parent ef4e43c commit 26aed9c
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: 3478b1cd43284ef798974384ba894eadc37fc1d9
refs/heads/master: e6c4d3d43d4d00a0ed945c77e6b89c74b38120d7
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 26aed9c

Please sign in to comment.