commit | 9ed8b1f93ca3a274079cb36826af1331f83cd118 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Apr 08 11:13:01 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Apr 09 10:23:50 2013 -0400 |
tree | e993a18bf16c041da976e16871cd3fb5eeadf6c2 | |
parent | 367cbe2fec9b57b72605e2ac4cfd4f2fa823a256 [diff] |
drm/radeon: clean up vram/gtt location handling 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>