From: Daniel Vetter Date: Tue, 13 Apr 2010 22:29:52 +0000 (+0200) Subject: agp/intel: split out the GTT support X-Git-Tag: v2.6.35-rc1~451^2~91^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51b76621137c18501f6d21a995d36a8bcb49999;p=pandora-kernel.git agp/intel: split out the GTT support intel-agp.c contains actually two different drivers: An agp driver for _physical_ agp slots an the gtt driver that is used by the intel drm modules. Split them to prevent any further confusion. This patch just moves the code and includes intel-gtt.c in intel-agp.c Later patches will untangle these two drivers further. Signed-off-by: Daniel Vetter Signed-off-by: Eric Anholt --- Reading git-diff-tree failed