From: Ben Widawsky Date: Wed, 31 Jul 2013 23:59:54 +0000 (-0700) Subject: drm/i915: Create an init vm X-Git-Tag: v3.12-rc1~136^2~59^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8c067eee712b274e554be5cc87c79366cc5ad2;p=pandora-kernel.git drm/i915: Create an init vm Move all the similar address space (VM) initialization code to one function. Until we have multiple VMs, there should only ever be 1 VM. The aliasing ppgtt is a special case without it's own VM (since it doesn't need it's own address space management). Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed