drm/radeon: clean up vram/gtt location handling
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Apr 2013 15:13:01 +0000 (11:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Apr 2013 14:23:50 +0000 (10:23 -0400)
Add a per-asic MC (memory controller) mask which holds the
mak address mask the asic is capable of.  Use this when
calculating the vram and gtt locations rather using asic
specific functions or limiting everything to 32 bits.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found