From: Daniel Vetter Date: Thu, 24 Jan 2013 21:49:56 +0000 (-0800) Subject: drm/i915: extract hw ppgtt setup/cleanup code X-Git-Tag: v3.9-rc1~83^2~36^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3440d265857b411a13ed8f67814a29fa2011cdb3;p=pandora-kernel.git drm/i915: extract hw ppgtt setup/cleanup code At the moment only cosmetics, but being able to initialize/cleanup arbitrary ppgtt address spaces paves the way to have more than one of them ... Just in case we ever get around to implementing real per-process address spaces. Note that in that case another vfunc for ppgtt would be beneficial though. But that can wait until the code grows a second place which initializes ppgtts. Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed