From: Daniel Vetter Date: Wed, 18 Dec 2013 15:32:00 +0000 (+0100) Subject: drm/i915: Drop I915_PARAM_HAS_FULL_PPGTT again X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9c477966e739a52d4c9655149958a2671ef376;p=pandora-kernel.git drm/i915: Drop I915_PARAM_HAS_FULL_PPGTT again At least for now userspace has no business at all to know that we switch address spaces around. For any need it has to know whether hw ppgtt is enabled (e.g. to set bits in MI commands correctly) it can inquire the existing ppgtt param. v2: Avoid ternary operator precedence fail (Chris). Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed