aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-08-03 12:03:03 +1000
committerDave Airlie <airlied@redhat.com>2009-08-04 13:41:04 +1000
commit0924d942256ac470c5f7b4ebaf7fe0415fc6fa59 (patch)
tree6fcc7b4e81fc048f6fbc9ebc991fcf04bc718b8c /drivers/gpu
parent7320700df1864b601cef5adbddce8654a0e3f78b (diff)
drm/radeon/kms: fix rv515 VRAM initialisation.
This got missed in the VRAM init re-workings. Signed-of-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/rv515.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rv515.c b/drivers/gpu/drm/radeon/rv515.c
index 551e608702e..fd8f3ca716e 100644
--- a/drivers/gpu/drm/radeon/rv515.c
+++ b/drivers/gpu/drm/radeon/rv515.c
@@ -370,6 +370,7 @@ void rv515_vram_info(struct radeon_device *rdev)
rv515_vram_get_type(rdev);
+ r100_vram_init_sizes(rdev);
/* FIXME: we should enforce default clock in case GPU is not in
* default setup
*/