Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156028
b: refs/heads/master
c: ed8f0d9
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jul 29, 2009
1 parent 5c1b7fc commit 10f7419
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b42db2b12df7b4f7b2ace581a7726cb5bcb2d658
refs/heads/master: ed8f0d9e708a1a7c9222e7d0a35d97521e904223
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,11 @@ int radeonfb_create(struct radeon_device *rdev,
info->var.width = -1;
info->var.xres = fb_width;
info->var.yres = fb_height;

/* setup aperture base/size for vesafb takeover */
info->aperture_base = rdev->ddev->mode_config.fb_base;
info->aperture_size = rdev->mc.real_vram_size;

info->fix.mmio_start = 0;
info->fix.mmio_len = 0;
info->pixmap.size = 64*1024;
Expand Down

0 comments on commit 10f7419

Please sign in to comment.