Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293677
b: refs/heads/master
c: 4578240
h: refs/heads/master
i:
  293675: 1916d06
v: v3
  • Loading branch information
Alan Cox authored and Dave Airlie committed Mar 10, 2012
1 parent d1995b9 commit c5c1d0d
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: aa7c62af10b6ba7f0496ee3a1a760ad216426720
refs/heads/master: 4578240b48ed33f4377748701616a870fe5a1a94
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/gma500/framebuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ static int psbfb_create(struct psb_fbdev *fbdev,
fbdev->psb_fb_helper.fb = fb;
fbdev->psb_fb_helper.fbdev = info;

drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
strcpy(info->fix.id, "psbfb");

info->flags = FBINFO_DEFAULT;
Expand Down Expand Up @@ -500,7 +501,6 @@ static int psbfb_create(struct psb_fbdev *fbdev,
info->apertures->ranges[0].size = dev_priv->gtt.stolen_size;
}

drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
drm_fb_helper_fill_var(info, &fbdev->psb_fb_helper,
sizes->fb_width, sizes->fb_height);

Expand Down

0 comments on commit c5c1d0d

Please sign in to comment.