Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163944
b: refs/heads/master
c: 3420e74
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Aug 31, 2009
1 parent b48c3f7 commit b04d3ff
Show file tree
Hide file tree
Showing 3 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: 3b51096f95633e6ab47675984e8e38fc37b09eeb
refs/heads/master: 3420e74262a7d6496d0ac433d6f61c9972f015f6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch)
info->fix.xpanstep = 1; /* doing it in hw */
info->fix.ypanstep = 1; /* doing it in hw */
info->fix.ywrapstep = 0;
info->fix.accel = FB_ACCEL_I830;
info->fix.accel = FB_ACCEL_NONE;
info->fix.type_aux = 0;

info->fix.line_length = pitch;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int intelfb_create(struct drm_device *dev, uint32_t fb_width,

// memset(info->screen_base, 0, size);

drm_fb_helper_fill_fix(info, fb->depth);
drm_fb_helper_fill_fix(info, fb->pitch);
drm_fb_helper_fill_var(info, fb, fb_width, fb_height);

/* FIXME: we really shouldn't expose mmio space at all */
Expand Down

0 comments on commit b04d3ff

Please sign in to comment.