From: Ben Widawsky Date: Fri, 6 Dec 2013 22:11:14 +0000 (-0800) Subject: drm/i915: Reorganize intel_enable_ppgtt X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246cbfb5fb9a1ca0997fbb135464c1ff5bb9c549;p=pandora-kernel.git drm/i915: Reorganize intel_enable_ppgtt This patch consolidates the way in which we handle the various supported PPGTT by module parameter in addition to what the hardware supports. It strives to make doing the right thing in the code as simple as possible, with the USES_ macros. I've opted to add the full PPGTT argument simply so one can see how I intend to use this function. It will not/cannot be used until later. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed