From: Jerome Glisse Date: Mon, 30 Nov 2009 16:47:59 +0000 (+0100) Subject: drm/radeon/kms: Disable agp only if we are dealing with an AGP GPU X-Git-Tag: v2.6.33-rc1~323^2~4^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30256a3f6b646f6c6ab7276a97b40792faac5f1d;p=pandora-kernel.git drm/radeon/kms: Disable agp only if we are dealing with an AGP GPU On IGP if you pass option agpmode=-1 you would overwrite the set_page function callback with improper function which endup in non functioning hw. This patch will disable agp when giving agpmode=-1 parameter only if we are dealing with an AGP GPU. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed