Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243467
b: refs/heads/master
c: dcf8eee
h: refs/heads/master
i:
  243465: f115007
  243463: 5cd97dd
v: v3
  • Loading branch information
Vasily Khoruzhick authored and Eric Miao committed Mar 16, 2011
1 parent f3cd623 commit 3a5be62
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: 7779cee3f45122d2f81397f55d7a14f654a0b276
refs/heads/master: dcf8eee94f7eb2671e6d5774e81d45ad06b4f980
4 changes: 2 additions & 2 deletions trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ static int overlayfb_check_var(struct fb_var_screeninfo *var,
int xpos, ypos, pfor, bpp;

xpos = NONSTD_TO_XPOS(var->nonstd);
ypos = NONSTD_TO_XPOS(var->nonstd);
ypos = NONSTD_TO_YPOS(var->nonstd);
pfor = NONSTD_TO_PFOR(var->nonstd);

bpp = pxafb_var_to_bpp(var);
Expand Down Expand Up @@ -842,7 +842,7 @@ static int overlayfb_set_par(struct fb_info *info)

bpp = pxafb_var_to_bpp(var);
xpos = NONSTD_TO_XPOS(var->nonstd);
ypos = NONSTD_TO_XPOS(var->nonstd);
ypos = NONSTD_TO_YPOS(var->nonstd);
pfor = NONSTD_TO_PFOR(var->nonstd);

ofb->control[0] = OVLxC1_PPL(var->xres) | OVLxC1_LPO(var->yres) |
Expand Down

0 comments on commit 3a5be62

Please sign in to comment.