diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_fb.c')
| -rw-r--r-- | drivers/gpu/drm/radeon/radeon_fb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_fb.c b/drivers/gpu/drm/radeon/radeon_fb.c index 6abea32be5e8..ca32e9c1e91d 100644 --- a/drivers/gpu/drm/radeon/radeon_fb.c +++ b/drivers/gpu/drm/radeon/radeon_fb.c | |||
| @@ -225,8 +225,6 @@ static int radeonfb_create(struct radeon_fbdev *rfbdev, | |||
| 225 | 225 | ||
| 226 | strcpy(info->fix.id, "radeondrmfb"); | 226 | strcpy(info->fix.id, "radeondrmfb"); |
| 227 | 227 | ||
| 228 | drm_fb_helper_fill_fix(info, fb->pitch, fb->depth); | ||
| 229 | |||
| 230 | info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT; | 228 | info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT; |
| 231 | info->fbops = &radeonfb_ops; | 229 | info->fbops = &radeonfb_ops; |
| 232 | 230 | ||
| @@ -247,8 +245,6 @@ static int radeonfb_create(struct radeon_fbdev *rfbdev, | |||
| 247 | info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base; | 245 | info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base; |
| 248 | info->apertures->ranges[0].size = rdev->mc.aper_size; | 246 | info->apertures->ranges[0].size = rdev->mc.aper_size; |
| 249 | 247 | ||
| 250 | info->fix.mmio_start = 0; | ||
| 251 | info->fix.mmio_len = 0; | ||
| 252 | info->pixmap.size = 64*1024; | 248 | info->pixmap.size = 64*1024; |
| 253 | info->pixmap.buf_align = 8; | 249 | info->pixmap.buf_align = 8; |
| 254 | info->pixmap.access_align = 32; | 250 | info->pixmap.access_align = 32; |
