Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251116
b: refs/heads/master
c: dcdf2f7
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin committed May 24, 2011
1 parent 51131ad commit 1e03d73
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: af1ce6b2fad7d572aef040d61a935da28a861853
refs/heads/master: dcdf2f7e7e154957f913e5468e3715e1a0401138
2 changes: 1 addition & 1 deletion trunk/drivers/video/mb862xx/mb862xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ static int mb862xxfb_init_fbinfo(struct fb_info *fbi)

strcpy(fbi->fix.id, DRV_NAME);
fbi->fix.smem_start = (unsigned long)par->fb_base_phys;
fbi->fix.smem_len = par->mapped_vram;
fbi->fix.mmio_start = (unsigned long)par->mmio_base_phys;
fbi->fix.mmio_len = par->mmio_len;
fbi->fix.accel = FB_ACCEL_NONE;
Expand Down Expand Up @@ -420,6 +419,7 @@ static int mb862xxfb_init_fbinfo(struct fb_info *fbi)
FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
fbi->fix.line_length = (fbi->var.xres_virtual *
fbi->var.bits_per_pixel) / 8;
fbi->fix.smem_len = fbi->fix.line_length * fbi->var.yres_virtual;
return 0;
}

Expand Down

0 comments on commit 1e03d73

Please sign in to comment.