summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/rs400.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-03-21 11:09:24 -0400
committerDave Airlie <airlied@redhat.com>2010-03-31 13:11:13 +1000
commitb2f8ccd84059f7d0c3e4f67d577abca391bc1868 (patch)
tree3d684bd0ab758e41af5eef71637934aa1375e9a9 /drivers/gpu/drm/radeon/rs400.c
parentf95df9ca6896978108201a77422a1ae2cdc595ec (diff)
downloadlinux-3.10-b2f8ccd84059f7d0c3e4f67d577abca391bc1868.tar.gz
linux-3.10-b2f8ccd84059f7d0c3e4f67d577abca391bc1868.tar.bz2
linux-3.10-b2f8ccd84059f7d0c3e4f67d577abca391bc1868.zip
drm/radeon/kms: fix display bandwidth setup on rs4xx
I missed rs4xx in 7f1e613daf0fdd0884316ab25a749db3c671329e Fixes fdo bug 27219. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/rs400.c')
-rw-r--r--drivers/gpu/drm/radeon/rs400.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rs400.c b/drivers/gpu/drm/radeon/rs400.c
index 850a90c6a13..18d6efb8907 100644
--- a/drivers/gpu/drm/radeon/rs400.c
+++ b/drivers/gpu/drm/radeon/rs400.c
@@ -265,6 +265,7 @@ void rs400_mc_init(struct radeon_device *rdev)
base = (RREG32(RADEON_NB_TOM) & 0xffff) << 16;
radeon_vram_location(rdev, &rdev->mc, base);
radeon_gtt_location(rdev, &rdev->mc);
+ radeon_update_bandwidth_info(rdev);
}
uint32_t rs400_mc_rreg(struct radeon_device *rdev, uint32_t reg)