[PATCH] drm/radeon/kms: fix vram base calculation on rs780/rs880

2010-12-03 Thread Alex Deucher
Avoid overflowing a 32 bit value. Signed-off-by: Alex Deucher Cc: stable at kernel.org --- drivers/gpu/drm/radeon/r600.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 53bfe3a..c6a37e0 100644 --- a

[PATCH] drm/radeon/kms: fix vram base calculation on rs780/rs880

2010-12-03 Thread Alex Deucher
Avoid overflowing a 32 bit value. Signed-off-by: Alex Deucher Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/r600.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index 53bfe3a..c6a37e0 100644 --- a/dr