diff options
author | Dave Airlie <airlied@redhat.com> | 2009-08-03 12:03:03 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-04 13:41:04 +1000 |
commit | 0924d942256ac470c5f7b4ebaf7fe0415fc6fa59 (patch) | |
tree | 6fcc7b4e81fc048f6fbc9ebc991fcf04bc718b8c /drivers/gpu/drm | |
parent | 7320700df1864b601cef5adbddce8654a0e3f78b (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/drm')
-rw-r--r-- | drivers/gpu/drm/radeon/rv515.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rv515.c b/drivers/gpu/drm/radeon/rv515.c index 551e608702e4..fd8f3ca716ea 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 */ |