diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/framebuffer.c')
-rw-r--r-- | drivers/gpu/drm/gma500/framebuffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index adefae58b5fc..c934b3df1f81 100644 --- a/drivers/gpu/drm/gma500/framebuffer.c +++ b/drivers/gpu/drm/gma500/framebuffer.c | |||
@@ -405,7 +405,6 @@ static int psbfb_create(struct psb_fbdev *fbdev, | |||
405 | drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); | 405 | drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); |
406 | strcpy(info->fix.id, "psbdrmfb"); | 406 | strcpy(info->fix.id, "psbdrmfb"); |
407 | 407 | ||
408 | info->flags = FBINFO_DEFAULT; | ||
409 | if (dev_priv->ops->accel_2d && pitch_lines > 8) /* 2D engine */ | 408 | if (dev_priv->ops->accel_2d && pitch_lines > 8) /* 2D engine */ |
410 | info->fbops = &psbfb_ops; | 409 | info->fbops = &psbfb_ops; |
411 | else if (gtt_roll) { /* GTT rolling seems best */ | 410 | else if (gtt_roll) { /* GTT rolling seems best */ |