From: Jerome Glisse Date: Wed, 13 Jan 2010 14:16:39 +0000 (+0100) Subject: drm/radeon/kms: Disable AGP is aperture size < 32M X-Git-Tag: v2.6.33-rc6~27^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3f316370da07fcdb11fde4f5a683d60713b7fd;p=pandora-kernel.git drm/radeon/kms: Disable AGP is aperture size < 32M radeon KMS need a GART of at least 32M to properly work. This patch check the AGP aperture size and disable if it's less than 32M. Note than unlike non KMS path we don't staticaly allocate AGP memory so we are not wasting memory not used by graphic processing. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed