drm/radeon/cik: fix overflow in vram fetch
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Sep 2013 14:56:55 +0000 (10:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Sep 2013 15:01:24 +0000 (11:01 -0400)
Missing ULL when calculating the amount of vram
leads to an overflow when the amount of vram is >= 4G.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org

No differences found