Browse Source

drm/radeon/kms: fix rv515 VRAM initialisation.

This got missed in the VRAM init re-workings.

Signed-of-by: Dave Airlie <airlied@redhat.com>
Dave Airlie 16 years ago
parent
commit
0924d94225
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/radeon/rv515.c

+ 1 - 0
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
 	 */