From: Daniel Vetter Date: Sun, 29 Aug 2010 12:18:49 +0000 (+0200) Subject: intel-gtt: call init_gtt_init in probe function X-Git-Tag: v2.6.37-rc1~92^2~28^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b15a9d7cd59b7ec79f61aafabfbe84116561461;p=pandora-kernel.git intel-gtt: call init_gtt_init in probe function This way create_gatt_table become dummy glue functions for the fake agp driver - rename them accordingly (and kill the now unnecessary i9xx copy). With this change, the gtt initialization code is almost independant from the agp stuff. Two things are still missing: - the scratch page is created by the generic agp code. - filling the whole gtt with scratch_page ptes is not yet consolidated - this needs abstracted pte handling, first. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed