From: Ben Widawsky Date: Fri, 6 Dec 2013 22:11:10 +0000 (-0800) Subject: drm/i915: Extract mm switching to function X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeb9488e751a0a6401e7516a893efaf9d1f77fb5;p=pandora-kernel.git drm/i915: Extract mm switching to function In order to do the full context switch with address space, it's convenient to have a way to switch the address space. We already have this in our code - just pull it out to be called by the context switch code later. v2: Rebased on BDW support. Required adding BDW. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed