commit | 16cdf04d30c24a6e698863351c11d9a8da2591ed | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Fri Oct 28 10:30:02 2011 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Tue Nov 01 16:05:02 2011 +0000 |
tree | f104a8d49318daebd1e598d03eb1455e09288621 | |
parent | 996d5c59006cd970dd3a9007aa1f76532909bae2 [diff] |
drm/radeon/kms: allocate vram scratch page on 6xx+ The vram scratch was originally only used on some 7xx asics to work around a hw bug. Allocate the scratch page on all 6xx+ radeons and set the MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR to point to it. We shouldn't ever hit it since we limit the system aperture to vram or vram and AGP, but better safe than sorry. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>