drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.
authorMichel Dänzer <daenzer@vmware.com>
Wed, 19 May 2010 10:46:22 +0000 (12:46 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 21 May 2010 05:06:45 +0000 (15:06 +1000)
commit365048ff7f977c5983d67b63c47502c5964840e9
tree451a3928c8fc781a6f81d9fc4130b9bacecfe208
parent45737447ed160faaba036c0709226bf9057f7b72
drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.

Fixes AGP initialization failure with Apple UniNorth bridges due to trying to
ioremap() normal RAM.

Signed-off-by: Michel Dänzer <daenzer@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_ttm.c