From: Jerome Glisse Date: Thu, 3 Nov 2011 03:59:28 +0000 (-0400) Subject: drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 X-Git-Tag: v3.3-rc1~121^2~88^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1e5f172325547270f35e7d1e42416a606e1dbd2;p=pandora-kernel.git drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 Move the page allocation and freeing to driver callback and provide ttm code helper function for those. Most intrusive change, is the fact that we now only fully populate an object this simplify some of code designed around the page fault design. V2 Rebase on top of memory accounting overhaul V3 New rebase on top of more memory accouting changes V4 Rebase on top of no memory account changes (where/when is my delorean when i need it ?) Signed-off-by: Jerome Glisse Reviewed-by: Konrad Rzeszutek Wilk Reviewed-by: Thomas Hellstrom --- Reading git-diff-tree failed