]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit85340fed6461cef01ec85ce4c22b27f411f058e7
tree451a3928c8fc781a6f81d9fc4130b9bacecfe208
parentb58675cf000a0a69c2ab9bb6863b8a2bc98d109d
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