From: Daniel Vetter Date: Fri, 5 Nov 2010 19:24:53 +0000 (+0100) Subject: drm/i915: track objects in the gtt X-Git-Tag: v2.6.38-rc1~419^2~23^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a37f20eabeea4039130527b07453038c07f471;p=pandora-kernel.git drm/i915: track objects in the gtt This is required to restore gtt mappings on resume when agp is gone. The right way to do this would be to make sturct drm_mm_node embeddable and use the allocation list maintained by the drm memory manager. But that's a bigger project. Getting rid of the per bo agp_mem will save more memory than this wastes, anyway. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed