diff options
Diffstat (limited to 'drivers/gpu/drm/gma500/framebuffer.c')
-rw-r--r-- | drivers/gpu/drm/gma500/framebuffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index 2590cac84257..1534e220097a 100644 --- a/drivers/gpu/drm/gma500/framebuffer.c +++ b/drivers/gpu/drm/gma500/framebuffer.c | |||
@@ -431,7 +431,7 @@ static int psbfb_create(struct psb_fbdev *fbdev, | |||
431 | fbdev->psb_fb_helper.fbdev = info; | 431 | fbdev->psb_fb_helper.fbdev = info; |
432 | 432 | ||
433 | drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); | 433 | drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); |
434 | strcpy(info->fix.id, "psbfb"); | 434 | strcpy(info->fix.id, "psbdrmfb"); |
435 | 435 | ||
436 | info->flags = FBINFO_DEFAULT; | 436 | info->flags = FBINFO_DEFAULT; |
437 | if (dev_priv->ops->accel_2d && pitch_lines > 8) /* 2D engine */ | 437 | if (dev_priv->ops->accel_2d && pitch_lines > 8) /* 2D engine */ |
@@ -772,8 +772,8 @@ void psb_modeset_init(struct drm_device *dev) | |||
772 | for (i = 0; i < dev_priv->num_pipe; i++) | 772 | for (i = 0; i < dev_priv->num_pipe; i++) |
773 | psb_intel_crtc_init(dev, i, mode_dev); | 773 | psb_intel_crtc_init(dev, i, mode_dev); |
774 | 774 | ||
775 | dev->mode_config.max_width = 2048; | 775 | dev->mode_config.max_width = 4096; |
776 | dev->mode_config.max_height = 2048; | 776 | dev->mode_config.max_height = 4096; |
777 | 777 | ||
778 | psb_setup_outputs(dev); | 778 | psb_setup_outputs(dev); |
779 | 779 | ||