From: Zhenyu Wang Date: Tue, 23 Feb 2010 06:05:24 +0000 (+0800) Subject: drm/i915: Add dependency on the intel agp module X-Git-Tag: v2.6.34-rc1~209^2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7a6e372e9cb4d749f34c0738d832e6cadb4071;p=pandora-kernel.git drm/i915: Add dependency on the intel agp module See http://bugzilla.kernel.org/show_bug.cgi?id=15021 Make sure that the appropriate AGP module is loaded and probed before trying to set up the DRM. The DRM already depends on the AGP core, but in this case we know the specific AGP driver we need too, and can help users avoid the trap of loading the AGP driver after the DRM driver. Signed-off-by: Zhenyu Wang Signed-off-by: Eric Anholt --- Reading git-diff-tree failed