From: Ben Widawsky Date: Mon, 24 Sep 2012 23:44:32 +0000 (-0700) Subject: drm/i915: Extract PPGTT pte encoding X-Git-Tag: v3.8-rc1~82^2~192^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d125274fc1bb6454bb73f98471823ed4818991;p=pandora-kernel.git drm/i915: Extract PPGTT pte encoding HSW will change the PTE encoding, and laying this out now will be helpful when we're ready to implement that. More importantly, GGTT and PPGTT PTE encoding is quite similar, so moving this out into a helper function will enable us to lance the AGP layer. Signed-off-by: Ben Widawsky Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed